美文网首页
npm yarn 包管理

npm yarn 包管理

作者: Org_ | 来源:发表于2020-08-10 10:58 被阅读0次
    20200328211444966.png
    原因是安装必要包时超时了
    
    1、设置为淘宝镜像
    npm config set registry https://registry.npm.taobao.org/
    
    yarn config set registry https://registry.npm.taobao.org/
    
    查看当前镜像
    npm get registry 
    
    yarn config get registry  
    

    相关文章

      网友评论

          本文标题:npm yarn 包管理

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