您的当前位置:首页正文

Vue中Node Sass version 6.0.0 is incompatible with^4.0.0

2024-06-10 来源:我们爱旅游

Vue 中 Node Sass version 6.0.0 is incompatible with^4.0.0

1.问题原因node 版本不兼容

#先查看node sass版本
node-sass -v

2.在文件夹里cmd 里卸载node sass ,切记一定要用cmd卸载,不然卸载不掉 (我就是,不信你卸载玩后在查看版本)

#卸载 node sass
npm uninstall node-sass

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-10OW7Jae-1627977471584)(C:\Users\27408\AppData\Roaming\Typora\typora-user-images\image-20210803155716396.png)]

3、卸载后安装4.0.0版本

重装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
重装后重新执行第二步操作即可
npm install node-sass@4.14.1
npm install node-sass@4.14.1

因篇幅问题不能全部显示,请点此查看更多更全内容