Reputation: 5
I get this error while creating an ionic blank app. Please help me to solve this.
Error with start undefined
Error initializing app: There was an error with the spawned command: npminstall
There was an error with the spawned command: npminstall
Upvotes: 1
Views: 54
Reputation: 9133
Update your ionic version.
Try updating Node to higher version.
Uninstalled node, npm, nvm, ionic, and cordova.
Then, Reinstall nvm, and use it to reinstall node/npm. Reinstall other components.
Upvotes: 1