-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
latest jsdom 4.0 only works on io.js #641
Comments
same issue here
|
also same problem with canvas:
|
This was fixed in #644. But what's the issue with |
the issues will arise when some future version of canvas will be incompatible with paper. the same way as jsdom now |
You're right. Changed now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing paperjs as a npm module, it installs version 0.4 of jsdom which only works on io.js.
When trying to require paperjs inside node it now returns the error:
this._globalProxy = vm.runInContext("this", this);
It would be good to only allow version ~3.0 of jsdom.
Running:
Nodejs v0.10.35
ubuntu v14.04 LTS 64bit
The text was updated successfully, but these errors were encountered: