无法在mac终端上运行npm

时间:2016-10-26 22:40:52

标签: node.js npm grommet

我以前安装了节点,运行节点-v时,我可以看到我的mac上有v4.2.2版本。我现在正在尝试更新到最新版本的节点以及安装grommet.js

进入终端时:

npm install npm @ latest -g

npm install -g grommet-cli

我得到了

-bash:npm:找不到命令

我尝试使用以下链接中的步骤解决但未成功: Upgrade NodeJS to the latest version on Mac os

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

你的系统可能会损坏npm。可能想尝试重新安装npm。

curl -L https://www.npmjs.org/install.sh | sh

有关其他信息,请参阅https://github.com/npm/npm/wiki/Troubleshooting