关于vue2项目中npm报错的一些心得

一:npm中常用的几种方法
rm -rf node_modules
npm cache clean –force
npm install
# 设置 npm 的注册表源
npm config set registry https://registry.npmjs.org/
npm config set registry https://registry.npm.taobao.org/
npm config set registry https://registry.npmmirror.com
# 检查配置
npm config get registry
# 安装 cnpm
npm install -g cnpm –registry=https://registry.npm.taobao.org
# 安装 yarn,pnpm
npm install -g yarn
npm install -g pnpm

二,各种报错问题:
1,less-loader报错,原因是没安装less-loader依赖,如果直接安装npm install less-loader,则运行会有各种报错原因导致项目运行不了,因为安装的版本过高。
解决方案:需要指定版本less-loader@7.3.0

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容