npm ERR! path /home/limenju/react-native-project/dateApp/node_modules/react-native-facebook-login
npm ERR! code EISGIT
npm ERR! git /home/limenju/react-native-project/dateApp/node_modules/react-native-facebook-login: Appears to be a git repo or submodule.
npm ERR! git     /home/limenju/react-native-project/dateApp/node_modules/react-native-facebook-login
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!     /home/limenju/.npm/_logs/2019-07-11T07_01_31_358Z-debug.log

불러오는 중입니다...

 

npm으로 뭐 설치할때마다 .git이랑 충돌난다.

 

내경우에는,

node_modules/react-native-facebook-login/.git 파일을 삭제해주고 설치하려고 했던 모듈을 재설치해주면 잘된다.

+ Recent posts