Skip to content
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

Running npm install for the dev dependencies fails on Node v4.2.1 #45

Closed
ellamental opened this issue Oct 21, 2015 · 1 comment
Closed

Comments

@ellamental
Copy link
Contributor

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.

@zenoamaro
Copy link
Owner

This should not be a problem anymore.

Feel free to reopen this if you still encounter this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants