npm install 的时候报错gyp ERR! stack Error: Can‘t find Python executable “python“, you can set the PYTHON
npm install 的时候报错gyp ERR! stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
1.先把node-sass从package.json中去掉,然后运行 npm install
2.运行 npm install -D node-sass 下载新版本的node-sass,这样就能成功了
还没有评论,来说两句吧...