npm install时出错缺少python2的支持
问题:npm install时出错 check python checking for Python executable “python2” in the PATH
1、在命令提示符下(或Powershell)管理员权限运行(npm install –global windows-build-tools –save)
2、使用以下命令安装node-sass :(npm install node-sass@4.12.0 –save或最新版
如果提示Node Sass could not find a binding for your current environment,运行(npm rebuild node-sass安装最新版本)