jsdom 4.0.0 release no longer works with Node.js™.
Closed this issue · 0 comments
nuxy commented
The jsdom dependency used by this package no longer supports Node going forward. Because of this, when using this package, the latest version of the dependency results with the error below.
jsdom 4.x onward only works on io.js, not Node.js™: https://github.com/tmpvar
^
SyntaxError: Unexpected token ILLEGAL
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
I have created the pull request #4 to resolve this issue.