-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Naming collision from react-native and react in fbjs\lib\CSSCore.js #5357
Comments
Hey jjchula, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
Try removing the |
Getting the same thing when upgrading from 0.17 - 0.18.0-rc |
Try deleting your |
Make sure you're using npm3 also! edit: actually it seems that is not required currently, however it may solve this problem. |
react v0.14.x has "fbjs" devDependency. |
Yeah, what @jjchula said. After deleting the
With npm@2 |
I tried it with npm@3 and ran into this issue: #4296 however #4296 (comment) seems to fix it for me. |
Fixed by forcing EDIT: Nope, still broken with npm 2. |
Moving discussion to #5357 |
run "react-native start" for android and got this error
Error building DependencyGraph:
Error: Naming collision detected: D:\rx2\node_modules\react-native\node_modules\fbjs\lib\CSSCore.js collides with D:\rx2\node_modules\react\node_modules\fbjs\lib\CSSCore.js
Details
package dependencies
"react-native": "^0.18.0-rc",
"react": "^0.14.6",
"react-dom": "^0.14.6"
Environment
npm 2.14.15
react-native-cli 0.1.10
Windows 10
The text was updated successfully, but these errors were encountered: