Node+Vue
npm install vue-cli -g 报错
1 使用管理员登录
安装 npm install -g vue-cli 报错 ‘proxy‘ config is set properly. See: ‘npm help config
1 清空代理
npm config set proxy false
npm cache clean --force
2 或者
npm config set proxy null
npm config set https-proxy null
配置新的镜像
npm config set registry http://registry.cnpmjs.org/
或者
npm config set registry https://registry.npm.taobao.org