-
Notifications
You must be signed in to change notification settings - Fork 830
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
workbox-build is droping V8 support in 5.1.1 #2415
Comments
Sorry, that was definitely inadvertent, and is kind of embarrassing since I think this is the second time this has happened with We do have CI tests set up that use Node v8, but I guess it's not exercising that code path. We'll cut a new release that rolls back |
So actually, could you tell me how this failure manifested itself? I just tried running the I know that Again, we'll bump things back in the next release anyway, but I would like to come up with a "failing" test to add to our test suite that will hopefully catch this in the future. |
https://app.netlify.com/sites/vuepress/deploys/5e77172e94c6e90008aee2c2 Related to vuejs/vuepress#2230 Netlify fails if the module are expecting different node version |
Okay, so it looks like (It looks like |
It looks like adding in https://docs.npmjs.com/misc/config#engine-strict to our CI's |
...actually, all our I'm going to address this by just creating a separate set of tests that attempt doing a |
This should be fixed by #2416 and the Sorry about that! |
[email protected] requires
strip-comments^2.0.1
while it requires Node >= 10
https://www.npmjs.com/package/strip-comments
This issue means all the CI process which requires
workbox-build
V5 fails on node 8. 😢 I hope you can fix it.The text was updated successfully, but these errors were encountered: