Я пытаюсь запустить npm install react-native-gesture-handler
, но мой терминал выдает мне эту ошибку:
SAMETs-MBP:HelloWorld developer$ npm install react-native-gesture-handler
npm ERR! path /Users/developer/HelloWorld/node_modules/react-native-safe-area-view
npm ERR! code EISGIT
npm ERR! git /Users/developer/HelloWorld/node_modules/react-native-safe-area-view: Appears to be a git repo or submodule.
npm ERR! git /Users/developer/HelloWorld/node_modules/react-native-safe-area-view
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/developer/.npm/_logs/2019-05-14T05_27_08_555Z-debug.log
Может кто-нибудь помочь мне в этом?Я искал в Интернете, но ничего не смог найти.