Failed to build DependencyGraph: @providesModule naming collision:
错误提示
> demo@0.0.1 start /Users/holoto/WebstormProjects/demo
> node node_modules/react-native/local-cli/cli.js start
┌────────────────────────────────────────────────────────────────────────────┐
│ Running packager on port 8081. │
│ │
│ Keep @H_404_15@this packager running @H_404_15@while developing on any JS projects. Feel │
│ free to close @H_404_15@this tab @H_404_15@and run your own packager instance @H_404_15@if you │
│ prefer. │
│ │
│ https://github.com/facebook/react-native │
│ │
└────────────────────────────────────────────────────────────────────────────┘
Looking @H_404_15@for JS files @H_404_15@in
/Users/holoto/WebstormProjects/demo
[3:39:16 PM] <START> Building Dependency Graph
[3:39:16 PM] <START> Crawling File System
[Hot Module Replacement] Server listening on /hot
React packager ready.
[3:39:18 PM] <END> Crawling File System (1203ms)
[3:39:18 PM] <START> Building @H_404_15@in-memory fs @H_404_15@for JavaScript
[3:39:18 PM] <END> Building @H_404_15@in-memory fs @H_404_15@for JavaScript (223ms)
[3:39:18 PM] <START> Building @H_404_15@in-memory fs @H_404_15@for Assets
[3:39:18 PM] <END> Building @H_404_15@in-memory fs @H_404_15@for Assets (140ms)
[3:39:18 PM] <START> Building Haste Map
[3:39:18 PM] <START> Building (deprecated) Asset Map
[3:39:18 PM] <END> Building (deprecated) Asset Map (99ms)
Failed to build DependencyGraph: @providesModule naming collision:
Duplicate module name: String.prototype.es6
Paths: /Users/holoto/WebstormProjects/demo/node_modules/react-native-router/node_modules/react-native/packager/react-packager/src/DependencyResolver/haste/polyfills/String.prototype.es6.js collides with /Users/holoto/WebstormProjects/demo/node_modules/react-native/packager/react-packager/src/Resolver/polyfills/String.prototype.es6.js
This error @H_404_15@is caused @H_404_15@by a @providesModule declaration with the same name accross two different files.
Error: @providesModule naming collision:
Duplicate module name: String.prototype.es6
Paths: /Users/holoto/WebstormProjects/demo/node_modules/react-native-router/node_modules/react-native/packager/react-packager/src/DependencyResolver/haste/polyfills/String.prototype.es6.js collides with /Users/holoto/WebstormProjects/demo/node_modules/react-native/packager/react-packager/src/Resolver/polyfills/String.prototype.es6.js
This error @H_404_15@is caused @H_404_15@by a @providesModule declaration with the same name accross two different files.
at HasteMap._updateHasteMap (/Users/holoto/WebstormProjects/demo/node_modules/node-haste/lib/DependencyGraph/HasteMap.js:162:15)
at /Users/holoto/WebstormProjects/demo/node_modules/node-haste/lib/DependencyGraph/HasteMap.js:127:25
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.2.1
npm ERR! npm v3.9.3
npm ERR! code ELIFECYCLE
npm ERR! demo@0.0.1 start: `node node_modules/react-native/local-cli/cli.js start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the demo@0.0.1 start script 'node node_modules/react-native/local-cli/cli.js start'.
npm ERR! Make sure you have the latest version @H_404_15@of node.js @H_404_15@and npm installed.
npm ERR! If you @H_404_15@do,@H_404_15@this @H_404_15@is most likely a problem with the demo package,npm ERR! @H_404_15@not with npm itself.
npm ERR! Tell the author that @H_404_15@this fails on your system:
npm ERR! node node_modules/react-native/local-cli/cli.js start
npm ERR! You can get information on how to open an issue @H_404_15@for @H_404_15@this project with:
npm ERR! npm bugs demo
npm ERR! Or @H_404_15@if that isn't available,you can get their info via: npm ERR! npm owner ls demo npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/holoto/WebstormProjects/demo/npm-debug.log
错误原因
react-native-router
自带了一个react-native
在目录node_modules/react-native-router/node_modules/react-native
解决方案
删除react-native-router
的react-native
目录
bash在项目目录下执行
rm -R node_modules/react-native-router/node_modules/react-native