Problems with Ionic

-2

When creating an ionic project in the www folder, I am not creating the js files and more than I normally would, or I do not know if this is currently the case. I appreciate the help to get out of doubt.

The first image shows the www folder missing the corresponding files such as: js

The second image shows what the www folder should look like

    
asked by Other 07.06.2017 в 16:57
source

1 answer

0

The ionic cli updated it recently. Review the documentation ( link ). To create a new IONIC v1 project you should now write like this:

$ ionic start mynewapp blank --type ionic1

Check the start command here: link

I hope it's help. Greetings

    
answered by 07.06.2017 в 17:59