问题描述

通过NPM 安装Vue-cli 时,出现报错信息
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/@vue%2fcli failed, reason: connect ETIMEDOUT 104.16.27.35:443
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:\Users\MakeZero\AppData\Roaming\npm-cache\_logs\2020-11-25T15_15_50_021Z-debug.log

解决方案

npm config set registry https://registry.npm.taobao.org
Logo

前往低代码交流专区

更多推荐