Having errors below when running npm install react-native-gesture-handler
45 error path git
46 error code ENOENT
47 error errno ENOENT
48 error syscall spawn git
49 error enoent Error while executing:
49 error enoent undefined ls-remote -h -t https://github.com/naver/hammer.js.git
49 error enoent
49 error enoent
49 error enoent spawn git ENOENT
50 error enoent This is related to npm not being able to find a file.
===========================================
Node v10.16.0
npm 6.9.0
RN 0.60.5
@react-navigation/native ^5.0.0
same problem
Yep,i have no idea.It's too bad
Okay I've figured out the issue. It appeared that this error caused by wrong git path. If you haven't installed git yet please do so download git here
Solutions
C:\Program Files\Git\cmdnpm install react-native-gesture-handler
Most helpful comment
same problem