-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
chore: working builds for Appveyor, use Node.js 8 and 10 #195
chore: working builds for Appveyor, use Node.js 8 and 10 #195
Conversation
Related: nodejs/node#20325 |
Mh, I guess we can mark this as WIP until it is fixed in the dependencies and Node.js. |
Bump. |
@DanielRuf Good call! 🚀 |
} | ||
}, | ||
"resolutions": { | ||
"natives": "1.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DanielRuf please, help me to understand more about this. Could you explain better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for yarn to use the natives-version instead of a newer / older one as there is an issue with old Node versions like Node 8 - I think it was the compatibility / some crash.
Description
This PR tries to fix the failing Appveyor Windows builds.