输入banner图图片脚本导航/分类

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

本篇文章介绍了node-sass安装报错的解决方法,希望对学习nodejs和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安装报错的解决办法的详细内容,更多请关注Gxlcms其它相关文章!