Horje
setting python2 in the path for npm install Code Example
setting python2 in the path for npm install
If Python is installed using a package manager, it should already be on your path.
But if installed using 'msi/exe', then add "C:\Python27" to Environment-User-variable PATH (or the location where it is installed)
Node-gyp requires Python 2.x and cannot use Python 3.x

If path is required only at the specific directory, then try below:
npm config set python C:\Python27\python.exe




Python

Related
Adam RMSprop Adagrad. Code Example Adam RMSprop Adagrad. Code Example
change form type flask from text to selection flask admin Code Example change form type flask from text to selection flask admin Code Example
iris data pandas scatterplot Code Example iris data pandas scatterplot Code Example
python tkinter arabic Code Example python tkinter arabic Code Example
extract directory python Code Example extract directory python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7