Error 4294963238 - React-Native-Gesture-Handler with EXPO

Asked

Viewed 352 times

0

I’m using the Expo together with React, and when I try to install the react-native-gesture-handler with the expo install command react-native-gesture-handler I have the following error:

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t https://github.com/naver/hammer.js.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\tiago\AppData\Roaming\npm-cache\_logs\2020-02-15T19_21_47_612Z-debug.log

npm exited with non-zero code: 4294963238
Set EXPO_DEBUG=true in your env to view the stack trace.

Contents of the log:

35 verbose stack Error: spawn git ENOENT
35 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
35 verbose stack     at onErrorNT (internal/child_process.js:467:16)
35 verbose stack     at processTicksAndRejections (internal/process/task_queues.js:84:21)
36 verbose cwd C:\Users\tiago\Desktop\Project\funcionaMerda3
37 verbose Windows_NT 10.0.18363
38 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
39 verbose node v13.7.0
40 verbose npm  v6.13.6
41 error code ENOENT
42 error syscall spawn git
43 error path git
44 error errno -4058
45 error enoent Error while executing:
45 error enoent undefined ls-remote -h -t https://github.com/naver/hammer.js.git
45 error enoent
45 error enoent
45 error enoent spawn git ENOENT
46 error enoent This is related to npm not being able to find a file.
47 verbose exit [ -4058, true ]

1 answer

1


Good morning, just run cmd as administrator and run the following command: npm install --global windows-build-tools, done this just run expo install React-Native-Gesture-Handler again it will be a success!

  • thank you very much, it worked

Browser other questions tagged

You are not signed in. Login or sign up in order to post.