美文网首页Other
[other] nvm & npm mirror

[other] nvm & npm mirror

作者: 何幻 | 来源:发表于2021-02-09 10:02 被阅读0次

    nvm mirror

    # ~/.zshrc
    export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node
    

    npm mirror

    $ npm install -g cnpm --registry=https://registry.npm.taobao.org
    

    相关文章

      网友评论

        本文标题:[other] nvm & npm mirror

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