美文网首页
npm设置镜像

npm设置镜像

作者: 芝士就是力量007 | 来源:发表于2023-02-20 10:28 被阅读0次

1.设置使用淘宝npm

npm config set registry https://registry.npm.taobao.org

2.查看是否配置成功,成功后即可直接使用npm命令

npm config get registry

3.还原npm仓库

npm config set registry https://registry.npmjs.org

相关文章

网友评论

      本文标题:npm设置镜像

      本文链接:https://www.haomeiwen.com/subject/cmtgkdtx.html