HelloRN icon indicating copy to clipboard operation
HelloRN copied to clipboard

Android运行报错

Open itlws opened this issue 8 years ago • 0 comments

[2017-05-10 17:42:23] <START> Building Haste Map Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: react-native Paths: E:\RNProjects\HelloRN-master\node_modules\react-native-router-flux\node _modules\react-native\package.json collides with E:\RNProjects\HelloRN-master\no de_modules\react-native\package.json

This error is caused by a @providesModule declaration with the same name across two different files. Error: @providesModule naming collision: Duplicate module name: react-native Paths: E:\RNProjects\HelloRN-master\node_modules\react-native-router-flux\node _modules\react-native\package.json collides with E:\RNProjects\HelloRN-master\no de_modules\react-native\package.json

This error is caused by a @providesModule declaration with the same name across two different files. at HasteMap._updateHasteMap (E:/RNProjects/HelloRN-master/node_modules/react -native/packager/react-packager/src/node-haste/DependencyGraph/HasteMap.js:158:1 3) at p.getName.then.name (E:/RNProjects/HelloRN-master/node_modules/react-nati ve/packager/react-packager/src/node-haste/DependencyGraph/HasteMap.js:133:31)

itlws avatar May 10 '17 09:05 itlws