使用npm update -g <package>命令可以更新全局包,就像这样:
npm update -g <package>
npm update -g jshint
使用npm outdated -g --depth=0命令可以查找哪些包是可以更新的。
npm outdated -g --depth=0
使用npm update -g命令可以更新全部的全局包。然而,当你的npm版本低于2.6.1,这个脚本才能更新所有的全局包。
npm update -g
官方原文
本文标题:09.更新全局包
本文链接:https://www.haomeiwen.com/subject/cohngttx.html
网友评论