以前的ionic2 项目 ,在我升级为ionic3的时候 ,打开初始化npm install 时 报错

Error: Can't find Python executable "python", you can set the PYTHON env variable.解决办法

 

重新装了python 2.7.15,路径选择C盘, 然后它就不报错第一个了。而是变成了

Error: Can't find Python executable "python", you can set the PYTHON env variable.解决办法

百度到一个办法就是把所有的依赖变为* ,居然成功了~~~

Error: Can't find Python executable "python", you can set the PYTHON env variable.解决办法

相关文章: