npm - "Can't find Python executable "python", you can set the PYTHON env variable." - TagMerge
3npm - "Can't find Python executable "python", you can set the PYTHON env variable."npm - "Can't find Python executable "python", you can set the PYTHON env variable."

npm - "Can't find Python executable "python", you can set the PYTHON env variable."

Asked 1 years ago
99
3 answers

Try:

Install all the required tools and configurations using Microsoft's windows-build-tools by running npm install -g windows-build-tools from an elevated PowerShell (run as Administrator).

https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#environment-setup-and-configuration

Source: link

28

You got to add python to your PATH variable. One thing you can do is Edit your Path variable now and add

;%PYTHON%;

Your variable PYTHON should point to the root directory of your python installation.

Source: link

Recent Questions on python

    Programming Languages