npm install expo-cli --global
Ho ricevuto questo errore seguente:
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
versioni node e npm:
node --version
v12.13.1
npm --version
6.12.1
Sto cercando di installare expo-cli su Windows 10, secondo il suo sito ufficiale:
npm install expo-cli --global Ho ricevuto questo errore seguente:
43056 verbose Windows_NT 10.0.18362 43057 verbose argv "C: \ Programmi \ nodejs \ node.exe" "C: \ Programmi \ nodejs \ node_modules \ npm \ bin \ npm-cli.js" "install" "expo-cli "" --global "43058 nodo dettagliato v12.13.1 43059 verbose npm v6.12.1 codice errore 43060 ELIFECYCLE errore 43061 errno 1 errore 43062 envsub@3.1.0 postinstallazione: test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true
errore 43062 errore stato di uscita 1 43063 errore non riuscito in envsub@3.1.0 script postinstallazione. Errore 43063 Probabilmente questo non è un problema con npm. Probabilmente c'è un ulteriore output di registrazione sopra. 43064 verbose exit [1, true] Sto usando la versione di Python:
python --version Python 3.8.0 e versioni node e npm:
nodo --version v12.13.1
npm --version 6.12.1 ** Qual è il tuo suggerimento?
**