Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Naming collision from packager #65

Closed
adamski opened this issue Feb 2, 2016 · 5 comments
Closed

Naming collision from packager #65

adamski opened this issue Feb 2, 2016 · 5 comments

Comments

@adamski
Copy link

adamski commented Feb 2, 2016

Running npm start after installing I get
Error: Naming collision detected: /<path-to-app>/node_modules/react-native/node_modules/fbjs/lib/EventListener.js collides with /<path-to-app>/node_modules/react-native-swipeout/node_modules/react/node_modules/fbjs/lib/EventListener.js

@masom
Copy link

masom commented Feb 3, 2016

@adamski This error is related to react + react-native itself. The packager is having a lot of issues since RN started being pulled from npm instead of being vendored.

See facebook/react-native#5180

@atticoos
Copy link

atticoos commented Feb 7, 2016

Same issue here

@Elyx0
Copy link

Elyx0 commented Feb 15, 2016

Upgrade react-native, upgrade npm to latest,upgrade node, clear npm cache, try recreating project from scracth in another folder. Had to do all that. Best of luck.

@JonathanZWhite
Copy link

I upgraded my npm version to 3.x.x and that seemed to resolve the issue

@adamski
Copy link
Author

adamski commented Apr 1, 2016

Yes this is now resolve for me.

@adamski adamski closed this as completed Apr 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants