have installed ionic 2 beta on windows 7
npm install -g ionic@beta
seems to install ok. it's 2.0.0-beta.25
when I try to create a project
ionic start test tabs --v2 --ts
it fails on the Installing npm packages ... bit with
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
would appreciate any help...
I too faced the similar problem. Revert to 2.0.0-beta.22 by running the following command:
npm install -g [email protected]
Many people reporting this issue with 2.0.0-beta.25
For me the problem was in npm... After updating npm install -g npm
it to v3.10 everything worked fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With