-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<process>' #3638
Comments
+1 |
Experiencing the same issue after switching to yarn in my create react app application. Using React instead of Vue |
We've exactly the same error, and waiting for an update of the dependencies (node/jest is already updated, which will fix this error) |
According to the Jest's github, it's due to a recent bug with Node v11.11.
|
had the same issue, solved when updating node to |
Has the same issue: it did appear with |
since it works with node 11.12, I'll close it. |
Version
3.5.1
Environment info
Steps to reproduce
Create a standard Vue Project with Jest as the unit test framework. The sample test will fail with the following message.
Test suite failed to run
What is expected?
test to pass
What is actually happening?
Test suite failed to run
I believe this is related to the newest version of node (11.11.0) and has been addressed by Facebook as part of Jest 24.5.0 release (jestjs/jest@800f2f8)
Also posted in React Git Issue log: facebook/create-react-app#6591
The text was updated successfully, but these errors were encountered: