npm常用命令

npm显示已安装的包
npm list -g --depth 0
npm卸载已安装的全局包
npm uninstall -g package
原文地址:https://www.cnblogs.com/raind/p/9537347.html