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

Workaround for Windows node-gyp bug #483

Merged
merged 5 commits into from
Jan 28, 2020

Conversation

dherman
Copy link
Collaborator

@dherman dherman commented Jan 27, 2020

See nodejs/node-gyp#1933

This downgrades npm to the last version that didn't have the bug for Windows CI, to avoid hitting the bug. Once the above bug is fixed we can remove this workaround.

let's just unconditionally downgrade npm to 6.11.3 for now.
@dherman
Copy link
Collaborator Author

dherman commented Jan 28, 2020

Ok good, that’s working... now it’s just the compile tests that aren’t. I’ll disable them for now until we have a less fragile way to test compiler error messages.

@dherman dherman requested a review from kjvalencik January 28, 2020 06:06
src/lib.rs Show resolved Hide resolved
@dherman dherman merged commit 24a4ea1 into neon-bindings:master Jan 28, 2020
@dherman dherman deleted the windows-npm-workaround branch January 28, 2020 19:10
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

Successfully merging this pull request may close these issues.

2 participants