when I try to create a new project using ionic start,
I get an error message saying:
“Current working directory is not a Cordova-based project.”.
The first error message in the console is:
Error: %s Error: ENOENT: no such file or directory, scandir 'test02/hooks’
test02 is the new app-directory path I choose where the project should be saved to.
After some tests, I discovered, that entering a new app-directory path causes this error. So when I leave this field empty, ionic start works.