node-sass安装失败之npm ERR! Failed at the node-sass@4.12.0 postinstall script.

Posted qianyy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node-sass安装失败之npm ERR! Failed at the node-sass@4.12.0 postinstall script.相关的知识,希望对你有一定的参考价值。

技术图片

技术图片

报错如上图:

问题:找不到python2,node-sass安装失败,node-sass安装环境需要python,但是必须是2不能是3 的版本,如果已经安装3了,需要卸载重新安装,还要更改环境变量,配置成2的地址,安装完毕后python -v看下版本和安装成功没。

如果安装node-sass但是失败了的,先执行

npm uninstall node-sass 最好还是用cnpm淘宝镜像,

然后 把node_modules依赖包删掉,重新 cnpm install,然后报

技术图片

说node-sass没成功,这时cnpm install node-sass可以了,再次跑npm run serve不会报错了,解决

以上是关于node-sass安装失败之npm ERR! Failed at the node-sass@4.12.0 postinstall script.的主要内容,如果未能解决你的问题,请参考以下文章

输入npm install 报错npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.13.1 postinstall: `no

NPM node-sass 安装失败

关于npm和yarn安装node-sass失败并且依旧想使用NPM或者yarn的完美解决方案

[Vue] npm install 如果安装node-sass失败,可以用如下方法解决

[Vue] npm install 如果安装node-sass失败,可以用如下方法解决

前端开发环境搭建踩坑笔记——npm install node-sass安装失败的解决方案