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

When executed npm install command will sometimes encounter error
Error: Can not find Python executable " python", you can set the PYTHON env variable

solution:

Run npm install --global --production windows-build-tools

Guess you like

Origin www.cnblogs.com/acer097/p/11408036.html