-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
V8 Assertion error under node 10 #587
Comments
I had another issue with node 10 here - #574 (comment) Figured I would punt on it, might be worth putting it on CI now |
Hmmmm🤔 |
I habe node 10 on CI now 👍 |
Just went to upgrade our build from node 8 to 10, and I'm still seeing this error under node 10 and 11 docker containers 😢 Apparently it's due to code requiring node internals ( |
Adding it does? the danger-js codebase doesn't have |
I'm not really sure 😢 adding it to our root package didn't make a difference, when we added it to I ran this in a fresh directory: npm init -y
npm i danger
ag 'process.binding(' and didn't find anything requiring |
:-/ - I dunno man |
I got this interesting error when switching from a docker
node:9
image tocypress/base:10
(which has node 10).Not sure if it is actionable as it is probably difficult to reproduce, but I thought I'd raise it nonetheless.
The text was updated successfully, but these errors were encountered: