我试图在c9.io工作区上安装离子型软件(遵循这个简单的教程https://docs.c9.io/docs/ionic),并得出了以下错误:
npm WARN engine xmlbuilder@2.2.1: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"4.1.1","npm":"3.3.10"})
move:hoek → lifecycle
npm WARN install:sigmund@1.0.1 ENOENT: no such file or directory,
rename '/home/ubuntu/.nvm/versions/node/v4.1.1/lib/node_modules/cordova/node_modules/co rdova-lib/node_modules/npm/node_modules/node- gyp/node_modules/minimatch/node_modules/sigmund' -> '/home/ubuntu/.nvm/versions/node/v4.1.1/lib/node_modules/cordova/node_modules/si gmund'
move:browserify
Killed安装工作还没有完成。
这是一个新的工作区,运行NPMv3.3.10。我尝试过使用节点0.10、0.12和4.11 (使用nvm)进行安装,但没有成功。
有人能告诉我关于那件事吗?
下面是正在发生的事情的截图:

谢谢!
发布于 2015-11-05 08:08:16
您必须尝试安装Node版本0.12.6,然后尝试安装:
npm install -g cordova ionic对我起作用了。
https://stackoverflow.com/questions/33529328
复制相似问题