问题:
Error: Can’t find Python executable “python”, you can set the PYTHON env variable
npm ERR! node-sass@4.13.1 postinstall: node scripts/build.js
解决
以管理员模式运行powershell
windows模式下安装windows-build-tools
npm install --global --production windows-build-tools
找到python.exe,启动python.exe
重新运行npm install