-
-
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
TypeError on Travis CI #8070
Comments
Duplicate of #8069 |
This has already been fixed, you can use |
@jeysal I tried node |
@ragesoss If you're using yarn then you can add this to your package.json: "resolutions": {
"jest-util": "v24.2.0-alpha.0"
}, Make sure to use a relatively new yarn (or at least v1) |
There's also https://www.npmjs.com/package/npm-force-resolutions for npm |
Duplicate of #8069 as mentioned |
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
On travis I get the following message:
To Reproduce
Submit any PR to https://github.com/dherault/piano-keys and open Travis from the PR.
Expected behavior
It should pass all tests on Travis like it does locally.
Link to repl or repo (highly encouraged)
https://github.com/dherault/piano-keys
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: