上一篇:《需求是被创造的》


《npm操作》

作者 vhaixingv 创建于 22-02-07 09:07:32

查看已安装的global版本

npm ls -g --depth=0



查看需要更新的global版本

npm outdated -g --depth=0


更新全局包

npm update -g <package>


强制安装

npm install --force


查看源

npm config get registry


更换源

npm config set registry https://registry.npmmirror.com
npm config set registry https://registry.npm.taobao.org

cnpm安装

$ npm install -g cnpm --registry=https://registry.npmmirror.com



下一篇:《适合孩子看的纪录片》