Would node@lts
be a good or bad idea?
#1076
Replies: 3 comments 4 replies
-
This is probably as simple as adding a symlink The symlink might have to be called |
Beta Was this translation helpful? Give feedback.
-
I seem to recall a similar suggestion coming up before. A concern raised at the time is that it might end up being more confusing than just the plain version numbers, because "LTS" can refer to Node 10, Node 12 or Node 14. It also raises the question of regarding other formulae - should we be doing the same for them? If you want to raise the discussion again, the best way to do so is a pull request as you can get multiple maintainers to give their thoughts. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Node has this unique versioning scheme where the even-numbered major releases are long-term-support and the odd numbered major releases are the "in-development" versions. I tend to stick to the LTS versions, assuming they're more tested out and stable, and I don't want to worry about my projects breaking due to various moving pieces.
While at the moment I'm perfectly able to
brew install node@14
, and then every year change that when the new versions are released, it would be extremely convenient if I could runbrew install node@lts
. This also would match the pattern available through the Docker containers.I don't have the first clue as to what this effort would be, but I'd be happy to take a stab if someone could point me in a good direction (and it wouldn't be a massive undertaking to get started as a beginner). And apologies if this has been brought up before; I tried searching around a bit, but didn't find anything.
Beta Was this translation helpful? Give feedback.
All reactions