npm install expo-cli --global
Saya mendapatkan kesalahan berikut ini:
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
versi node dan npm:
node --version
v12.13.1
npm --version
6.12.1
Saya mencoba menginstal expo-cli di windows 10, sesuai dengan situs resminya:
npm install expo-cli --global Saya mendapatkan kesalahan berikut:
43056 verbose Windows_NT 10.0.18362 43057 verbose argv "C: \ Program Files \ nodejs \ node.exe" "C: \ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js" "install" "expo-cli "" --global "43058 simpul verbose v12.13.1 43059 verbose npm v6.12.1 43060 kode kesalahan ELIFECYCLE 43061 kesalahan errno 1 43062 kesalahan [email protected] postinstall: test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true
43062 kesalahan Keluar status 1 43063 kesalahan Gagal di [email protected] skrip postinstall. Kesalahan 43063 Ini mungkin bukan masalah dengan npm. Kemungkinan ada tambahan hasil logging di atas. 43064 verbose exit [1, true] Saya menggunakan versi python:
python --version Python 3.8.0 dan versi node dan npm:
simpul --version v12.13.1
npm --versi 6.12.1 ** Apa saran Anda?
**
Jawaban:
coba saja instal
npm install expo-cli --global
perintah ini di git bash. Ini berhasil untuk saya.sumber
Saya memperbaiki masalah ini :
Setelah instalasi ini saya pikir bagian ini penting:
Jadi jalankan
npm install expo-cli --global
setelah instalasi di atasGit BASH
sumber