diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

Installation Error : CordovaError #240

Open ghost opened 9 years ago

ghost commented 9 years ago
{ [CordovaError: Current working directory is not a Cordova-based project.]
  name: 'CordovaError',
  message: 'Current working directory is not a Cordova-based project.' }

I get this error when i run yo ionic test

gortok commented 9 years ago

I've had this happen to me when the directory wasn't completely empty. Even if you have a .git directory inside where you ran that command, it will fail.