-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
contextify (dependency of node-jsdom) causes build error during npm install #2789
Comments
npm install
npm install
It is needed for tests, use npm install --production to skip it |
@nightwing Thanks, but now I can't build it, I guess because I need dry-ice and architect-build
|
Unfortunately npm still doesn't support Optional devDependencies npm/npm#3870, i am not sure what to do here. |
@nightwing I'm new to npm and don't know what that would do for me. Unless it hides the error, I'll still get errors showing on my build server. For now I've deleted the dependency in my fork. Any plans to update the dependency? node-jsdom is apparently abandon ware. One alternative could be https://github.com/cheeriojs/cheerio? |
now we use new version of node-jsdom, which does not require contextify |
I get this problem and there are a few complicated work arounds, but I can build ace just fine without node-jsdom. Is it still needed or can it be removed from
package.json
?The text was updated successfully, but these errors were encountered: