Answers for "gyp err! find python gyp err! find python python is not set from command line or npm configuration"

1

npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

npm --add-python-to-path='true' --debug install --global windows-build-tools
Posted by: Guest on May-03-2021
0

python is not set from command line or npm configuration node-gyp

run as admin the bash

npm --add-python-to-path='true' --debug install --global windows-build-tools
Posted by: Guest on February-12-2021

Code answers related to "gyp err! find python gyp err! find python python is not set from command line or npm configuration"

Python Answers by Framework

Browse Popular Code Answers by Language