Skip to content

Instantly share code, notes, and snippets.

@iTonyYo
Last active November 30, 2017 12:14
Show Gist options
  • Save iTonyYo/ff9d76fbb3a3e366a876 to your computer and use it in GitHub Desktop.
Save iTonyYo/ff9d76fbb3a3e366a876 to your computer and use it in GitHub Desktop.

🚥 solve the Error: Naming collision detected for fbjs on react-native start

rm -rf node_modules/
npm i
npm uninstall fbjs
find . -name 'fbjs' -print | grep "\./node_modules/fbjs" -v | xargs rm -rf
npm i fbjs
@TheoGit
Copy link

TheoGit commented Sep 27, 2016

@adeolafadeyibi where did get load xCode 7.3? I don't see it in the App Store; xCode 8 and iOS 10 has been a disaster for my project (I'm also looking for the Really Pissed Off emoji)

@HimaniLathiya
Copy link

@adeolafadeyibi find . -name 'fbjs' -print | grep "./node_modules/fbjs" -v | xargs rm -rf is not working foe windows , Can you please suggest me for window ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment