We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Older versions of jsdom have issues building on Node 4.x. Upgrading the jsdom dependency to "jsdom": "^7.0.1", fixes the problem.
"jsdom": "^7.0.1",
However, it seems that as of 7.0.0, jsdom only supports Node 4.x or newer, and apparently the 3.x series of jsdom (which does support < Node 4.x) is now unmaintained.
Since I'm new to this project, and don't know what build environments you need to support, I'll leave the fix for this one up to the maintainers.
The text was updated successfully, but these errors were encountered:
This should not be a problem anymore.
Feel free to reopen this if you still encounter this issue.
Sorry, something went wrong.
No branches or pull requests
Older versions of jsdom have issues building on Node 4.x. Upgrading the jsdom dependency to
"jsdom": "^7.0.1",
fixes the problem.However, it seems that as of 7.0.0, jsdom only supports Node 4.x or newer, and apparently the 3.x series of jsdom (which does support < Node 4.x) is now unmaintained.
Since I'm new to this project, and don't know what build environments you need to support, I'll leave the fix for this one up to the maintainers.
The text was updated successfully, but these errors were encountered: