-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
why-is-node-running package fails on: Cannot find module 'internal/linkedlist' from 'core.js' #3569
Comments
I'm having some trouble reproducing it, do you mean providing a small repro case? Does |
@rogeliog Here's a repo that you can clone to reproduce the issue: https://github.com/CMTegner/jest-3569 Reproducible on macOS Sierra (10.12.5), node 8.1.0, npm 5.0.3. |
This is an issue with |
This seems to be solved by running node with Is jest opening other node processes internally? |
Yes. Try to run with |
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. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
What is the expected behavior?
it resolves the
internal/linkedlist
modulePlease provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
jest 20.0.0,
ubuntu 17.04
node 7.10.0
The text was updated successfully, but these errors were encountered: