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

Error reading file #40

Closed
hojberg opened this issue May 20, 2014 · 3 comments
Closed

Error reading file #40

hojberg opened this issue May 20, 2014 · 3 comments

Comments

@hojberg
Copy link

hojberg commented May 20, 2014

when trying to run jest for the first time (with a test file in src/tests

Using Jest CLI v0.1.10
Found 1 matching tests...
Error reading file: `/Users/hojberg/code/swipely/aviator/node_modules/grunt-browserify/node_modules/watchify/node_modules/browserify/node_modules/browser-pack/node_modules/combine-source-map/node_modules/convert-source-map/package.json`

/usr/local/lib/node_modules/jest-cli/node_modules/node-haste/lib/loader/ResourceLoader.js:88
      throw err;
            ^
Error: EMFILE, open '/Users/hojberg/code/swipely/aviator/node_modules/grunt-browserify/node_modules/watchify/node_modules/browserify/node_modules/browser-pack/node_modules/combine-source-map/node_modules/convert-source-map/package.json'

Not sure if my setup is weird in some way - hope you guys have seen this error before and can help me out.

@vjeux
Copy link
Contributor

vjeux commented May 20, 2014

#39

Apparently it's because jest is trying to open too many file descriptors at once.

@hojberg
Copy link
Author

hojberg commented May 20, 2014

@vjeux thanks! Closing this issue

@hojberg hojberg closed this as completed May 20, 2014
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants