-
-
Notifications
You must be signed in to change notification settings - Fork 630
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 when running npm test
or npm run lint-test
#635
Comments
This is an issue with Node v11.11 - facebook/create-react-app#6591 For now there is no fix apart from downgrading node version. |
The project does not seem to use create-react-app. The following was resolved in jest: jestjs/jest#8050 If you use the version of jest and Babel-jest at v24.2.0-alpha.0 or later, you can resolve it. The latest version of best is v24.3.1. 😄 |
@micalgenus Yes. This project does not use Alright so we need to update Jest. I tried doing the same after Jest 24 released recently and ran into all sorts of weird issues due to babel 7 (ref) I will give it a try again today. |
@micalgenus - I tried installing jest and babel-jest @ v24.2.0-alpha.0 And still getting an error. Now it's saying |
And are you certain there is a |
npm test
or npm run lint-test
and getting same error: cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object npm test
or npm run lint-test
Resolved in Node 11.12 |
@mainangethe Please fetch new version of the exercise and try again. Reopen this issue if you are still seeing the error. Thanks! |
npm run build |
@caledrummond90 I don't know why you posted this in this issue, but there is no |
I recently completed the Is Leap for Javascript.
javascript npm test
.Here's my "exercism debug":
The text was updated successfully, but these errors were encountered: