npm install expo-cli --global
Ich habe folgenden Fehler erhalten:
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
Knoten- und npm-Versionen:
node --version
v12.13.1
npm --version
6.12.1
Ich versuche, expo-cli unter Windows 10 zu installieren, laut der offiziellen Website:
npm install expo-cli --global Ich habe folgenden Fehler erhalten:
43056 verbose Windows_NT 10.0.18362 43057 verbose argv "C: \ Programme \ nodejs \ node.exe" "C: \ Programme \ nodejs \ node_modules \ npm \ bin \ npm-cli.js" "install" "expo-cli "" --global "43058 verbose node v12.13.1 43059 verbose npm v6.12.1 43060 Fehlercode ELIFECYCLE 43061 error errno 1 43062 error envsub@3.1.0 postinstall: test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true
43062 error Exit status 1 43063 error Fehler bei envsub@3.1.0 Skript nach der Installation. 43063 Fehler Dies ist wahrscheinlich kein Problem mit npm. Es gibt wahrscheinlich zusätzliche Protokollierungsausgabe oben. 43064 verbose exit [1, true] Ich verwende die Python-Version:
python --version Python 3.8.0 und Node- und npm-Versionen:
node --version v12.13.1
npm --version 6.12.1 ** Was ist Ihr Vorschlag?
** **.