No SRC folder when starting a new blank app

Hello, I’m kind of new to ionic and I have been watching tutorials but they are outdated from this version. I try to create a new project with blank template but I get no SRC folder so I can’t start coding. Can’t seem to find it anywhere

Post the exact command you used to create the new project. Does it have --v2 in there somewhere?

3 Likes

like rapropos said --> to create an i2 project you need to add “–v2” as parameter at the end of your command:

ionic start ionic2-project blank --v2
1 Like

I am facing the same issue . Im using --v2. Did you resolve it .

Here is my Environment config

Cordova CLI: 7.0.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS
Node Version: v7.0.0

Your CLI is ancient.

1 Like

You need to update your Node also. The version you are running now contains a known security risk.

Thanks, now after updating cli it works perfectly fine. I was mourning my dead dog due to which I forgot to update ionic.

1 Like

That is simultaneously the most creative and depressing excuse I have ever heard. I am sorry for your loss.

2 Likes