-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Please provide a node 7 version #14118
Comments
There is no upstream LTS for 7.x (https://github.com/nodejs/LTS#lts-schedule1) so I would suggest you try moving to 8.x ASAP. The issue you linked indicates, "Support was added in 4.5.3 but the binaries still need to be built." |
OK, then how about Node 6, which is LTS until April 2019? The node-sass issue I linked was just an example issue of something that broke under 8. There will likely be others. If key third-party libraries that people need don't yet support 8, then "move to 8.x ASAP" isn't very helpful advice, because they aren't in control of how fast the maintainers upgrade. And if there's no easy downgrade path to an older node version, they are stuck having to install it outside of brew or some other manual way. |
node@6 is already available. https://github.com/Homebrew/homebrew-core/blob/master/Formula/[email protected] |
@ilovezfs Ah, I didn't realize node@6 was already available. That one works for now, thanks! |
What about people who have stuff relying on Node7, but that can't update atm to Node8? I don't know how things are done here, but not allowing people to install something because there is no LTS for it doesn't seem like a good path to follow. E.g: If I'm on a project that required Node 7 (for whatever reasons) and my computer stops working and I have to get a new one, now I can't install node 7 to get the project to work, so I am stuck forever. |
@lvieirajr You can see the criteria for versioned formulae here: https://github.com/Homebrew/brew/blob/master/docs/Versions.md Specifically, versioned formulae need to be "still supported by their upstream projects" which is not the case for a non-LTS node release. |
@ilovezfs Thank you for the quick and thorough response. |
@lvieirajr you're welcome. Here's what you'll want to do:
|
node v 8.0.0 is a major upgrade, and likely to break many things, e.g. sass/node-sass#1985
Please provide a Node 7 version to easily downgrade while the 8.0 downstream dust settles.
Thanks,
-- Chad
The text was updated successfully, but these errors were encountered: