加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Failed to build DependencyGraph

发布时间:2020-12-15 03:31:09 所属栏目:百科 来源:网络整理
导读: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 ┌─────────────────────────

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 this packager running while developing on any JS projects. Feel      │
 │  free to close this tab and run your own packager instance if you          │
 │  prefer.                                                                   │
 │                                                                            │
 │  https://github.com/facebook/react-native                                  │
 │                                                                            │
 └────────────────────────────────────────────────────────────────────────────┘
Looking for JS files 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 in-memory fs for JavaScript
[3:39:18 PM] <END>   Building in-memory fs for JavaScript (223ms)
[3:39:18 PM] <START> Building in-memory fs for Assets
[3:39:18 PM] <END>   Building in-memory fs 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 is caused 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 is caused 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 of node.js and npm installed.
npm ERR! If you do,this is most likely a problem with the demo package,npm ERR! not with npm itself.
npm ERR! Tell the author that 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 for this project with:
npm ERR!     npm bugs demo
npm ERR! Or 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-routerreact-native目录

bash在项目目录下执行

rm -R node_modules/react-native-router/node_modules/react-native

参考

https://github.com/facebook/react-native/issues/3558

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读