zoukankan      html  css  js  c++  java
  • npm i 出错

    npm i
    npm ERR! code ECONNRESET
    npm ERR! errno ECONNRESET
    npm ERR! network request to https://registry.npmjs.org/vuex failed, reason: read ECONNRESET
    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 ERR! A complete log of this run can be found in:
    npm ERR!     C:UsersAdministratorAppDataRoaming
    pm-cache\_logs2019-01-20T06_33_06_815Z-debug.log

    npm i 出错

    切换 npm 源
    设置 npm config set registry https://registry.npm.taobao.org --global
    npm config set disturl https://npm.taobao.org/dist --global
    然后 npm i 
    成功

  • 相关阅读:
    对于 redux 的一些理解-1.基础
    css 优化
    HTML 理解标签
    css 理解盒模型
    json2.js JSON解析程序
    DOM 核心
    居中
    Director.js
    jquery-2.0.3 源码分析 整体架构
    Zookeeper安装
  • 原文地址:https://www.cnblogs.com/hill-foryou/p/10294994.html
Copyright © 2011-2022 走看看