美文网首页
npm切换源地址

npm切换源地址

作者: Yinzhishan | 来源:发表于2022-07-29 21:48 被阅读0次
    1. 查看npm当前设置的源
    npm comfig set registry 
    

    或者查看当前所有源列表

    npm config list
    
    1. 设置为淘宝镜像或私有源
    npm config set registry https://registry.npm.taobao.org
    
    1. 设置回官方源
    npm config set registry https://registry.npmjs.org
    

    登录

    npm login
    

    相关文章

      网友评论

          本文标题:npm切换源地址

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