设置和取消淘宝镜像
程序员文章站
2022-03-03 17:21:42
...
设置淘宝镜像
npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist
取消淘宝镜像
- 编辑删除
npm config edit
找到上面注册的两行删掉
- 命令删除
npm config delete registry
npm config delete disturl
上一篇: Windows 11稳定版怎么时候发布? 十月之前不会发布
下一篇: npm设置cnpm淘宝镜像源
推荐阅读