win10使用nodejs安装相关模块报错Can't find
2020-01-01 本文已影响0人
程序员李钟意
GitHub issue Can't find Python executable "python" after installing #56
两步解决问题:
- npm install --global --production windows-build-tools
- npm --add-python-to-path='true' --debug install --global windows-build-tools