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
@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