ionic 2 start fails with error with the spawned command ionic 2 start fails with error with the spawned command windows windows

ionic 2 start fails with error with the spawned command


I too faced the similar problem. Revert to 2.0.0-beta.22 by running the following command:

npm install -g ionic@2.0.0-beta.22

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.


Updating NPM a Node.js worked for me on Windows:

  • Win 7, Prof
  • NPM version: 3.10.2
  • Node.js version: 4.4.6

Command ionic start test sidemenu --2 --ts worked like charm.