npm 相关命令
# 查看全局安装过的包
npm list -g --depth 0
# 安装包
npm install xxx
# 安装包(全局)
npm install -g xxx
# 卸载包
npm uninstall xxx
# 卸载包(全局)
npm uninstall -g xxx
npm 相关命令
# 查看全局安装过的包
npm list -g --depth 0
# 安装包
npm install xxx
# 安装包(全局)
npm install -g xxx
# 卸载包
npm uninstall xxx
# 卸载包(全局)
npm uninstall -g xxx
支付宝打赏
微信打赏
支付宝打赏
微信打赏
评论区