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
 
posted @ 2022-04-27 00:23  脾气很好的小毛驴  阅读(35)  评论(0编辑  收藏  举报