更换npm源的方法

 // 查询源
    npm config get registry

    // 更换国内源
    npm config set registry https://registry.npmmirror.com

    // 恢复官方源
    npm config set registry https://registry.npmjs.org

    // 删除注册表
    npm config delete registry

 修改成腾讯云的吧,阿里好像不行了 555

npm config set registry https://mirrors.cloud.tencent.com/npm/

 

posted @ 2023-12-08 08:29  MvloveYouForever  阅读(122)  评论(0编辑  收藏  举报