-
-
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: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<process>' #8069
Comments
for those facing this issue: this happened after Node v11.11. the quickest fix is to downgrade Node to 11.10.1 in your CI lock file until further investigation |
Seeing the same problem this morning - downgrading to node 11.10.1 works as a temp fix |
To fix jest related build failure as recommended at jestjs/jest#8069 (comment)
To fix jest related build failure as recommended at jestjs/jest#8069 (comment)
To save people using Travis some time, if you don't need the latest stable node you can modify your
Alternatively you can specify an earlier version of 11:
|
This has been fixed in #8050. Currently available as |
still have this issue with jest version 24.5.0, the only thing helped is downgrading node to 11.10.1 |
* update plural-forms version * upd snapshots * freeze node 11 version to solve issue - jestjs/jest#8069
New version of Node is out with a fix: https://nodejs.org/en/blog/release/v11.12.0/ |
@SimenB Seems there is no update for the current package (v11.12.0) on the arch packages yet. |
I don't know how or when arch do their updates, and that's not really relevant to this repo. The official release has dropped, when the different channels update is up to them 🙂 |
None of the solutions above have helped me. You cannot upgrade Jest because react-scripts comes with version 23.x so you are just adding on top of what react-scripts would already have. You cannot upgrade react-scripts so that it will have jest@24 because the latest version has jest@23. Changing to This is so frustrating. |
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. |
🚨 See #8069 (comment) for status 🚨
🐛 Bug Report
My jest tests works in all node versions but not node 11.11
To Reproduce
https://travis-ci.org/juanjoDiaz/serverless-middleware/builds/502781207
Expected behavior
Jest behaves the same in all versions of Node.
Link to repl or repo (highly encouraged)
https://travis-ci.org/juanjoDiaz/serverless-middleware/builds/502781207
Issues without a reproduction link are likely to stall.
The text was updated successfully, but these errors were encountered: