npm 淘宝镜像到期了

尽意
2024-02-04 / 0 评论 / 82 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2024年02月04日,已超过353天没有更新,若内容或图片失效,请留言反馈。

npm淘宝镜像切换至淘宝的新镜像域名

// 1. 清空缓存
npm cache clean --force
// 2. 切换新源
npm config set registry https://registry.npmmirror.com
// 3. 查看源是否设置成功
npm config get registry

到这里就可以正常使用npm命令安装需要的工具了。如( npm install -g cnpm )

0

评论 (0)

取消