基本上我完成了here列出的所有说明
rm -rf /usr/local/lib/node_modules
brew uninstall node
brew install node --without-npm
echo prefix=~/.npm-packages >> ~/.npmrc
curl -L https://www.npmjs.com/install.sh | sh
节点工作正常,但仍然收到npm的command not found
错误。 npm安装的最后一个命令声明“它工作”并列出了所有安装的软件包。
修改
我的修复是将export PATH="$HOME/.npm-packages/bin:$PATH"
添加到.bash_profile