web-dev-qa-db-fra.com

GYPR ERR! Erreur de pile: impossible de trouver Python exécutable

J'ai supprimé les modules de noeuds, réinstallez-le, essayé d'installer NPM install install-gyp, cache de force nettoyée et autre

error C:\Users\danil\work\cryptobetting\node_modules\sha3: Command failed.
Exit code: 1
Command: node-gyp rebuild
Arguments:
Directory: C:\Users\danil\work\cryptobetting\node_modules\sha3
Output:
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | x64
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "C:\Programs\Python2.7\python2.7.exe", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\danil\work\cryptobetting\node_modules\node-gyp\lib\configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\danil\work\cryptobetting\node_modules\node-gyp\lib\configure.js:509:16)
gyp ERR! stack     at C:\Users\danil\work\cryptobetting\node_modules\graceful-fs\polyfills.js:282:31
gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:154:21)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\danil\\work\\cryptobetting\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\danil\work\cryptobetting\node_modules\sha3
7
Danil Zinchenko

gYPR ERR! Erreur de pile: la commande a échoué:

Cela est dû au fait que Python2 n'est pas installé.

le nœud Gyp ne nécessite pas python 3 plutôt Python2.

Alternativement, l'installation de la version 12 sur la version 10, la version 10 résout les problèmes qu'il installe le visualstudio2017-workload-vctools...

0