-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
make "test^js^step0" fails -- Fatal error in , line 0 -- Check failed: result.second. #612
Comments
Huh. This was a problem with the node version. Version 16 seems to fail but version 17 works. Above the failure is with v16.13.2 but it also fails with v16.14.0 -- and that's an LTS version. However, this works:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've cloned the mal project and am attempting a few basic tests. These three work:
I'm running MacOS:
These versions of node, python:
(I tried deleting node_modules and ran
make all
in the impls/js directory, no help.)This is what I'm getting, from a fresh clone of the repo:
Interesting, I note that this also fails, and in almost the same way:
The text was updated successfully, but these errors were encountered: