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

Node v10.x Compatibility #2067

Closed
5 of 6 tasks
runofthemill opened this issue May 1, 2018 · 2 comments
Closed
5 of 6 tasks

Node v10.x Compatibility #2067

runofthemill opened this issue May 1, 2018 · 2 comments

Comments

@runofthemill
Copy link

Submit a feature request or bug report


What is the current behavior?

yarn fails as a some dependencies are not yet updated for Node v10.x

What is the expected or desired behavior?

All yarn commands work as expected


As not all dependencies have been updated, I am creating this issue for tracking, and can update as new issues are found.

Dependency Current Version Latest Version Node v10.x Compatible?
node-sass ~4.8.3 4.9.0 Yes
webpack ~3.10.0 4.6.0 No, but there are commits to head to fix
@knowler
Copy link
Member

knowler commented May 1, 2018

Updating to Webpack 4+ might be a bit challenging since there’s been a lot of compatibility issues with plugins. If the plan is still to move to Laravel Mix (#2011) — which would eliminate the need for a bunch of dependencies — it might be best to wait until laravel-mix/laravel-mix#1495 is merged, which is also waiting for upstream issues to be resolved. And then you’d hope that all of Mix’s dependencies were compatible with Node 10.

@runofthemill
Copy link
Author

@mmirus asked me to check if this is still an issue, and I cannot reproduce it using Node v10.14.1. I wish I had included more details in the original issue ¯_(ツ)_/¯

Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants