npm install expo-cli --global
Aşağıdaki hatayı aldım:
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
düğüm ve npm sürümleri:
node --version
v12.13.1
npm --version
6.12.1
Resmi siteye göre, Windows 10'a expo-cli yüklemeye çalışıyorum:
npm install expo-cli --global Aşağıdaki hatayı aldım:
43056 ayrıntılı Windows_NT 10.0.18362 43057 ayrıntılı argv "C: \ Program Files \ nodejs \ node.exe" "C: \ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js" "install" "expo-cli "" --global "43058 ayrıntılı düğüm v12.13.1 43059 ayrıntılı npm v6.12.1 43060 hata kodu ELIFECYCLE 43061 hatası errno 1 43062 hatası envsub@3.1.0 postinstall: test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true
43062 hatası Çıkış durumu 1 43063 hatası envsub@3.1.0'da başarısız oldu postinstall komut dosyası. 43063 hatası Bu muhtemelen npm ile ilgili bir sorun değildir. Yukarıda ek günlük kaydı çıktısı olabilir. 43064 ayrıntılı çıkış [1, true] Python sürümünü kullanıyorum:
python - sürüm Python 3.8.0 ve düğüm ve npm sürümleri:
düğüm - sürüm v12.13.1
npm --version 6.12.1 ** Öneriniz nedir?
**