npm切换源2023/02/22编程与技术开发工具nodenpm```bash # 查看当前镜像源 npm config get registry ``` ```b月上老狗 @dingdangdog渲染中...```bash # 查看当前镜像源 npm config get registry ``` ```bash # 设置淘宝镜像源 npm config set registry https://registry.npm.taobao.org ``` ``` # 官方仓库 https://registry.npmjs.org/ # 淘宝仓库 https://registry.npm.taobao.org/ # cnpm https://r.cnpmjs.org/ ``` <!-- more --> END 登录后收藏评论登录后查看和发表评论前往登录