npm install expo-cli --global
J'ai eu cette erreur suivante:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! envsub@3.1.0 postinstall: `test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the envsub@3.1.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache\_logs\2019-12-01T12_11_45_118Z-debug.log
versions de noeud et de npm:
node --version
v12.13.1
npm --version
6.12.1
J'essaie d'installer expo-cli sur Windows 10, selon son site officiel:
npm install expo-cli --global J'ai eu l'erreur suivante:
43056 verbeux Windows_NT 10.0.18362 43057 verbv argv "C: \ Program Files \ nodejs \ node.exe" "C: \ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js" "install" "expo-cli "" --global "43058 noeud verbeux v12.13.1 43059 verbeux npm v6.12.1 43060 code d'erreur ELIFECYCLE 43061 erreur errno 1 43062 erreur envsub@3.1.0 postinstall: test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true
43062 error Exit status 1 43063 error Échec au envsub@3.1.0 script de post-installation. Erreur 43063 Ce n'est probablement pas un problème avec npm. Il y a probablement une sortie de journalisation supplémentaire ci-dessus. 43064 verbose exit [1, true] J'utilise la version python:
python --version Python 3.8.0 et versions de noeud et npm:
node --version v12.13.1
npm --version 6.12.1 ** Quelle est votre suggestion?
**