evanw / packer

Simple port of /packer/ by Dean Edwards to node.js
86 stars 38 forks source link

jsdom 4.0.0 release no longer works with Node.js™. #5

Closed nuxy closed 9 years ago

nuxy commented 9 years ago

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.