
Npm
包管理工具
臧小川
我很酷 你想跟我一样酷吗 关注我吧
展开
-
NPM查看全局安装的包
npm list -g --depth 0原创 2021-09-06 10:14:26 · 3393 阅读 · 0 评论 -
防止命令卡死/不成功,更改成淘宝镜像
防止命令卡死/不成功,更改成淘宝镜像 NPM 查看当前镜像 npm config get registry 默认镜像 https://registry.npmjs.org/ 修改成淘宝的镜像源 npm config set registry https://registry.npm.taobao.org 还原镜像 npm config set registry https://registry.npmjs.org/ YARN 查看当前镜像 yarn config get registry原创 2021-08-23 10:22:42 · 156 阅读 · 0 评论