npm install -g @vue/cli 报错
程序员文章站
2022-05-30 15:14:20
...
npm install -g @vue/cli报错d [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
1.配置淘宝镜像:
npm config set registry https://registry.npm.taobao.org
2.配置完成后检验是否成功:
npm config get registry
3.重新运行命令:
npm install -g @vue/cli
上一篇: 导出excel文件
推荐阅读
-
vue踩坑记-在项目中安装依赖模块npm install报错
-
window环境下npm install node-sass报错的解决方法
-
用Vue-cli搭建的项目中引入css报错的原因分析
-
Vue -- vue-cli webpack打包开启Gzip 报错
-
Vue -- vue-cli(vue脚手架) npm run build打包优化
-
vue-cli 3.x 开发插件并发布到 npm
-
vue3.0 CLI - 1 - npm 安装与初始化的入门教程
-
vue-cli 打包后提交到线上出现 "Uncaught SyntaxError:Unexpected token" 报错
-
npm install 报错 Unexpected token in JSON at position 1
-
npm install 报错踩坑路