zloong-mainhome

查看npm全局安装的包

npm list -g --depth 0

卸载npm全局安装的包

# 例如要卸载 jshint 这个包
npm uninstall -g jshint

分类:

技术点:

相关文章: