在Windows 7上安装了ionic 2 beta
npm install -g ionic@beta
似乎安装好了。它是2.0.0-beta.25
当我尝试创建项目时
ionic start test tabs --v2 --ts
使用
安装npm软件包...失败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
非常感谢任何帮助...
答案 0 :(得分:10)
我也面临类似的问题。通过运行以下命令恢复到2.0.0-beta.22:
npm install -g ionic@2.0.0-beta.22
许多人使用2.0.0-beta.25报告此问题
答案 1 :(得分:2)
对我来说问题出在npm ...将npm install -g npm
更新为v3.10之后一切正常。
答案 2 :(得分:0)
更新NPM Node.js在Windows上为我工作:
命令 离子启动测试sidemenu - 2 --ts 像魅力一样工作。
答案 3 :(得分:0)
试试这个,它对我有用
ionic start test tabs --v2 --skip-npm
cd test
npm install
它似乎是离子或别的东西的错误。
答案 4 :(得分:0)
通过为我覆盖旧作品,在同一目录上重新创建同名并使用相同的名称!