Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Naming collision detected #32

Closed
nbastoWM opened this issue Jan 22, 2016 · 5 comments
Closed

Error: Naming collision detected #32

nbastoWM opened this issue Jan 22, 2016 · 5 comments

Comments

@nbastoWM
Copy link

Packager gives this error:

 Error: Naming collision detected: 
/Users/wiremaze/wm/dev/WMMyCityApp2/node_modules/react-native/Libraries/vendor/react/platformImplementations/universal/worker/UniversalWorkerNodeHandle.js 
collides with 
/Users/wiremaze/wm/dev/WMMyCityApp2/node_modules/react-native-contacts/test/node_modules/react-native/Libraries/vendor/react/platformImplementations/universal/worker/UniversalWorkerNodeHandle.js

I had to remove the react-native-contacts/test folder, as a number of files colides.

@tomauty
Copy link

tomauty commented Jan 22, 2016

Yeah I did this as well. Couldn't figure out where it's coming from, either. No mention of test in the repo.

@morenoh149
Copy link
Owner

no mention of test in the source

@tomauty
Copy link

tomauty commented Jan 22, 2016

I'm guessing it was deployed to npm without being pushed to GH.

@morenoh149
Copy link
Owner

Interesting. That was me. I assumed npm publish only shares what's under git version control. But it shares all the files in the directory.

I published a new version. Please confirm it's working now.

@tomauty
Copy link

tomauty commented Jan 22, 2016

Works for me now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants