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

v0.15.0 - Typo "Error building DepdendencyGraph" #4516

Closed
niftylettuce opened this issue Dec 3, 2015 · 5 comments
Closed

v0.15.0 - Typo "Error building DepdendencyGraph" #4516

niftylettuce opened this issue Dec 3, 2015 · 5 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@niftylettuce
Copy link
Contributor

[10:24:49 PM] <END>   Crawling File System (1960ms)
[10:24:49 PM] <START> Building in-memory fs for JavaScript
[10:24:56 PM] <END>   Building in-memory fs for JavaScript (6299ms)
[10:24:56 PM] <START> Building in-memory fs for Assets
[10:25:02 PM] <END>   Building in-memory fs for Assets (6143ms)
[10:25:02 PM] <START> Building Haste Map
[10:25:02 PM] <START> Building (deprecated) Asset Map
Error building DepdendencyGraph:
 RangeError: Maximum call stack size exceeded
    at /Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/fastfs.js:282:19
    at Array.forEach (native)
    at File.getFiles (/Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/fastfs.js:279:32)
    at /Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/fastfs.js:65:54
    at Array.map (native)
    at Fastfs.getAllFiles (/Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/fastfs.js:65:37)
    at Fastfs.findFilesByExt (/Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/fastfs.js:69:17)
    at HasteMap.build (/Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/DependencyGraph/HasteMap.js:27:33)
    at /Users/nexus/Public/superagent_test/node_modules/react-native/packager/react-packager/src/DependencyResolver/DependencyGraph/index.js:132:33
    at tryCallOne (/Users/nexus/Public/superagent_test/node_modules/react-native/node_modules/promise/lib/core.js:37:12)
@facebook-github-bot
Copy link
Contributor

Hey niftylettuce, thanks for reporting this issue!

React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.

  • If this is a feature request or a bug that you would like to be fixed by the team, please report it on Product Pains. It has a ranking feature that lets us focus on the most important issues the community is experiencing.
  • If you don't know how to do something or not sure whether some behavior is expected or a bug, please ask on StackOverflow with the tag react-native or for more real time interactions, ask on Discord in the #react-native channel.
  • We welcome clear issues and PRs that are ready for in-depth discussion; thank you for your contributions!

@niftylettuce niftylettuce changed the title v0.15.0 Typo "Error building DepdendencyGraph" plus bug with building depency graph v0.15.0 Typo "Error building DepdendencyGraph" Dec 3, 2015
@niftylettuce
Copy link
Contributor Author

This also seems to be a weird error I received after installing a new package to package.json.

@niftylettuce niftylettuce changed the title v0.15.0 Typo "Error building DepdendencyGraph" v0.15.0 - Typo "Error building DepdendencyGraph" Dec 3, 2015
@niftylettuce
Copy link
Contributor Author

Oh, this is because I'm using a symlinked npm package via npm link mypackage since I'm working locally.

@satya164
Copy link
Contributor

satya164 commented Dec 3, 2015

@niftylettuce Symlinks are not supported by the packager. #637

@satya164 satya164 closed this as completed Dec 3, 2015
@cancan101
Copy link
Contributor

I am getting this error on 0.17.0-rc and I don't use sym links:

[5:42:11 PM] <START> Building (deprecated) Asset Map
Error building DependencyGraph:
 RangeError: Maximum call stack size exceeded
    at fastfs.js:300:19
    at Array.forEach (native)
    at File.getFiles (fastfs.js:297:32)
    at fastfs.js:79:54
    at Array.map (native)
    at Fastfs.getAllFiles (fastfs.js:79:37)
    at Fastfs.findFilesByExts (fastfs.js:87:17)
    at HasteMap.build (HasteMap.js:27:33)
    at index.js:125:33
    at tryCallOne (/Users/alex/git/Mobile-RN/node_modules/react-native/node_modules/promise/lib/core.js:37:12)

@facebook facebook locked as resolved and limited conversation to collaborators Jul 20, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants