react-native-router icon indicating copy to clipboard operation
react-native-router copied to clipboard

Duplicate module name

Open victorpavlenko opened this issue 9 years ago • 3 comments

Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: ARTSerializablePath Paths: C:\Users\pavle\AwesomeProject\node_modules\react-native-router\node_modules\react-native\Libraries\ART\ARTSerializablePath.js collides with C:\Users\pavle\AwesomeProject\node_modules\react-native\Libraries\ART\ARTSerializablePath.js

This error is caused by a @providesModule declaration with the same name accross two different files. Error: @providesModule naming collision: Duplicate module name: ARTSerializablePath Paths: C:\Users\pavle\AwesomeProject\node_modules\react-native-router\node_modules\react-native\Libraries\ART\ARTSerializablePath.js collides with C:\Users\pavle\AwesomeProject\node_modules\react-native\Libraries\ART\ARTSerializablePath.js

This error is caused by a @providesModule declaration with the same name accross two different files. at HasteMap._updateHasteMap (C:\Users\pavle\AwesomeProject\node_modules\node-haste\lib\DependencyGraph\HasteMap.js:162:15) at C:\Users\pavle\AwesomeProject\node_modules\node-haste\lib\DependencyGraph\HasteMap.js:127:25

victorpavlenko avatar Jul 04 '16 23:07 victorpavlenko

Have the same error

EDIT: apparently its moved here https://github.com/react-native-simple-router-community/react-native-simple-router

maximgeerinck avatar Jul 17 '16 18:07 maximgeerinck

@Xurma2 I am also getting a duplicate (naming collision) on react-native-router's react-native dependency. However, mine is throwing an error on theSample library.

@c4d3r Has react-native-route moved to react-native-simple-router-community?

seanavery avatar Apr 13 '17 15:04 seanavery

@Xurma2 Moved over to react-native-simple-router. Appears to have the same functionality and does not throw naming collision 👍

seanavery avatar Apr 13 '17 15:04 seanavery