美文网首页
设置npm淘宝镜像

设置npm淘宝镜像

作者: web前端_潘哥哥 | 来源:发表于2020-10-12 09:30 被阅读0次

一、临时使用

npm --registry https://registry.npm.taobao.org install express

二、永久使用

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

通过

npm config get registry 查看是否配置成功
npm config list #查看npm当前配置

相关文章

网友评论

      本文标题:设置npm淘宝镜像

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