美文网首页
2024-02-01 切换NPM淘宝镜像

2024-02-01 切换NPM淘宝镜像

作者: Kenny_W_Zhang | 来源:发表于2024-01-31 10:53 被阅读0次

    // 1. 清空缓存

    npm cache clean --force
    

    // 2. 切换新源

    npm config set registry https://registry.npmmirror.com
    

    // 3. 查看源是否设置成功

    npm config get registry
    

    // 4. 安装
    到这里就可以正常使用npm命令安装需要的工具了。比如

    npm install -g cnpm
    

    参考链接:

    相关文章

      网友评论

          本文标题:2024-02-01 切换NPM淘宝镜像

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