You cannot run this command unless you are in an Ionic Project folder

Hi,

After creating new ionic project “ionic start myApp blank”, All of sudden i’ve started getting below message:

“You cannot run this command unless you are in an Ionic Project folder”

I can see newly created project is also missing ionic.project file.

I had recently upgrade ionic version to 2.

Please suggest.

Dear,

You will have to go to that directory by entering this command and then run the ionic command which you are trying right now.

cd myApp
1 Like

Hi,

I was already under my project directory. However i’ve added manually ionic.project file.