-
Notifications
You must be signed in to change notification settings - Fork 4
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
test fails: "TypeError: jsdom.jsdom is not a function" in paper-node.js #62
Labels
Comments
I reproduced this issue using the Docker node container:
|
I was able to fix this issue by editing paper-node.js. I replaced lines 10832-10839 with:
And line 11471 with
Running
as desired. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have installed the dependencies and have gotten the webppl test to work, but unfortunately the webppl-agents test is failing for me (on Windows). When I run the test, I get the error:
Looking around on other threads, there appears to be a dependency issue with paper and jsdom, but I haven't been able to get a handle on it. Any thoughts?
The text was updated successfully, but these errors were encountered: