目录 ①npm install下载报错 ② npm安装python环境 ③解决安装python卡住的方案 ④python环境变量配置 ⑤还有问题? ⑥最后。 ①npm install下载报错 报错信息为 Cant find Python executable python, you
目录
- ①npm install下载报错
- ② npm安装python环境
- ③解决安装python卡住的方案
- ④python环境变量配置
- ⑤还有问题?
- ⑥最后。
①npm install下载报错
报错信息为
Can’t find Python executable “python”, you can set the PYTHON env variable.
就是说没有安装python环境,不是第一次报这个错了,所以在此记录一下。
② npm安装python环境
安装命令很多我用的是 npm install -g windows-build-tools
请用管理员打开cmd窗口,否则会报
Please restart this script from an administrative PowerShell!
然后就卡住了,一直卡在
我还以为他安装完了呢,兴冲冲的去把环境变量配上。
结果,啥也不是…