美文网首页
npm install 报错

npm install 报错

作者: 灌溉 | 来源:发表于2019-04-23 16:01 被阅读0次

    npm ERR! code ETIMEDOUT
    npm ERR! errno ETIMEDOUT
    npm ERR! network request to https://registry.npm.taobao.org/@types%2fhistory failed, reason: connect ETIMEDOUT 93.184.216.34:8080
    npm ERR! network This is a problem related to network connectivity.
    npm ERR! network In most cases you are behind a proxy or have bad network settings.
    npm ERR! network
    npm ERR! network If you are behind a proxy, please make sure that the
    npm ERR! network 'proxy' config is set properly. See: 'npm help config'

    解决方法

    设置代理
    npm config set proxy null npm config set https-proxy null
    查看代理
    npm config get proxy
    npm config get https-proxy

    相关文章

      网友评论

          本文标题:npm install 报错

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