react-native-facebook-login icon indicating copy to clipboard operation
react-native-facebook-login copied to clipboard

ESIGIT Appears to be a git repo or submodule.

Open kayzenkayzen opened this issue 6 years ago • 6 comments

npm install broken after upgrade to 1.6.1 version of this library.

Whats mean, i can see that this version is in npm registry but not in github

kayzenkayzen avatar May 21 '18 18:05 kayzenkayzen

I have the same issue. Current work around is to rm -rf node_modules, and then run npm install again. Run npm install second time will results in the error

susandev6 avatar Jun 06 '18 14:06 susandev6

try with rm -rf node_modules/react-native-facebook-login/.git

Mikepicker avatar Jun 12 '18 09:06 Mikepicker

I am facing the same issue suddenly . Please suggest any fix of this . If i delete .git file the npm installed but my project is not running giving error in other dependency.

uday-brainium avatar Jan 14 '19 09:01 uday-brainium

@uday-brainium You don't need to delete the .git folder from your project rather than the lib project showing the error. For eg: The websocket library from node_modules was showing the error. I had to do like rm -r /home/user/MyProject/node_modules/websocket/.git

fasidOnGit avatar Apr 28 '19 07:04 fasidOnGit

As sugggested by @Irislm (https://github.com/react-native-community/react-native-safe-area-view/issues/73#issuecomment-492971839), run

rm -rf node_modules/*/.git/

noway avatar Jul 07 '19 23:07 noway

@Mikepicker Hey thanks .

SnehalRam avatar Jul 30 '19 11:07 SnehalRam