不能用npm安装离子

时间:2015-10-02 12:13:24

标签: node.js ubuntu npm ionic

我想用“npm install -g ionic”安装离子,但我有这样的信息:

npm ERR! Linux 3.2.0-39-通用 错误的ERR! argv“node”“/ usr / local / bin / npm”“install”“ionic” 错误的ERR!节点v0.6.12 错误的ERR! npm v3.3.5

npm ERR!对象#没有方法'存在' 错误的ERR! 错误的ERR!如果您需要帮助,可以在以下位置报告此错误: 错误的ERR! https://github.com/npm/npm/issues

npm ERR!请在任何支持请求中包含以下文件: 错误的ERR! /home/linux-sysalia6/npm-debug.log 错误的ERR!代码1

我和ubuntu一起工作 THX!

1 个答案:

答案 0 :(得分:2)

升级您的节点安装 v0.6.12已经过时了,缺少npm所需的fs.exists函数。

您可以使用以下命令更新Ubuntu上的节点:

curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install -y nodejs