欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

node-sass安装报错的解决办法

程序员文章站 2022-03-06 15:54:03
...
本篇文章介绍了node-sass安装报错的解决方法,希望对学习nodejs和sass的朋友有帮助!

node-sass安装报错的解决办法

报错:

gyp verb check python checking for Python executable "python2" in the PATH

gyp verb check python checking for Python executable "python" in the PATH

解决办法:

主要是windows平台缺少编译环境,

1、先运行: npm install -g node-gyp

2、然后运行:运行 npm install --global --production windows-build-tools 可以自动安装跨平台的编译器:gym

更多相关教程,请访问PHP中文网

以上就是node-sass安装报错的解决办法的详细内容,更多请关注其它相关文章!