【发布时间】:2017-05-01 16:18:22
【问题描述】:
已在 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
将不胜感激任何帮助...
【问题讨论】:
-
你的 npm 版本是什么?将 npm 升级到 > 2.0.0 对我有用
标签: windows ionic-framework ionic2