我想运行node-gyp rebuild,并且我已经安装了pythod,但是在执行完所有步骤之后,它给出了错误"can not find python env variable“
发布于 2017-01-13 19:46:44
从中,它显示的错误消息是您指定的路径是错误的。再交叉检查一次。
有关这方面的更多帮助,请单击下面的链接:
Node.js (npm) refuses to find python even after %PYTHON% has been set
发布于 2017-01-13 20:00:14
我找到了解决方案,因为我安装的python-3.6.0版本不受支持,所以我卸载了它,并安装了python 2.7.12,现在一切正常。
https://stackoverflow.com/questions/41633774
复制相似问题