-
-
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
Error: Cannot find module '@jest/test-sequencer' #8268
Comments
I guess this will be fixed by #8267 |
I am running into a similar problem with Jest 24.7.0 (I'm not using pnpm however). The root cause seems to be Since |
It's a dep of |
Releasing fix shortly as 24.7.1 |
^ released |
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. |
🐛 Bug Report
Getting this fatal error when running Jest with pnpm:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No fatal error.
Run
npx envinfo --preset jest
Paste the results here:
System: OS: macOS 10.14.3 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Binaries: Node: 10.15.0 - /var/folders/ms/t3l222rn1v3dkvvnytj4vfkw0000gn/T/fnm-shell-1068309/bin/node Yarn: 1.13.0 - /usr/local/bin/yarn npm: 6.8.0 - /var/folders/ms/t3l222rn1v3dkvvnytj4vfkw0000gn/T/fnm-shell-1068309/bin/npm npmPackages: jest: ^24.7.0 => 24.7.0
The text was updated successfully, but these errors were encountered: