完美解决:Error: Can‘t find Python executable “python“, you can set the PYTHON env variable
问题:在npm install 或 npm i中,有时候会爆出Error: Can't find Python executable "python", you can set the PYTHON env variable问题解析:这是因为没有python的运行环境解决办法:npm install --global --production windows-build-tools...
·
问题:在npm install 或 npm i中,有时候会爆出Error: Can't find Python executable "python", you can set the PYTHON env variable
问题解析:这是因为没有python的运行环境
解决办法:
npm install --global --production windows-build-tools
更多推荐
所有评论(0)