当节点(v.0.10.33)与自制软件(v.9.5.5)一起安装时,它在某一点上说:
==> Caveats If you update npm itself do NOT use the npm upgrade command Instead execute: npm install -g npm@latest
那么,npm升级究竟是什么,与npm install -g npm @ latest的区别是什么?
– 编辑2015
当前版本的节点不再存在该问题. (但我从来没有得到npm升级的答案?)
解决方法
使用npm install安装软件包,使用npm update更新软件包.
issue with npm update -g
之后的Homebrew npm caveat was removed是固定的.