react-native-material-design icon indicating copy to clipboard operation
react-native-material-design copied to clipboard

Error building DependencyGraph: Error: Naming collision detected: /Documents/demo-app/node_modules/react/node_modules/fbjs/lib/warning.js collides with /Documents/demo-app/node_modules/react-native/node_modules/fbjs/lib/warning.js

Open shivam17 opened this issue 9 years ago • 1 comments

facing this error with just npm install and react-native run-android commands for the demo app, if i try to remove one of the packages, the same error comes up with another package and then another.

tried 'npm prune && npm i' command as well. nothing seems to work.

shivam17 avatar Sep 22 '16 08:09 shivam17

@shivam17 deleting one of the fbjs folders is a temporary work around if you are really stuck, i'm having the same problem

aktraore avatar Oct 10 '16 21:10 aktraore