Outdated Node.js version support
See original GitHub issueThis is based on travis coverage, as I couldn’t find a better indicator of supported versions (such as "engines"
in package.json
).
Node 8, 11, and 13 are no longer maintained and shouldn’t be supported, and Node 14 is missing support. ESM is also unflagged in Node 14, and backwards-compatible support is relatively easy if you’re willing to add some ease-of-use.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Update Now! Node.js 8 is Not Supported from 2020.
In this article, we'll discuss how and why you should move to newer, feature-packed, still supported versions.
Read more >Node.js - endoflife.date
Release Released Active Support
19 2 months and 2 weeks ago. (18 Oct 2022) Ends in 3 months. (01 Apr 2023)
18 ( LTS )...
Read more >Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION
Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads C...
Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads C...
Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
Read more >node version vs npm outdated - Stack Overflow
I tried running npm install node@10.15.3 which threw an exception. Then I tried repairing 10.15.3 and rebooting the machine. Why is npm outdated...
Read more >Node.js 10 is being deprecated - Vercel
Following the release of Node.js 14 last week, Vercel is announcing the deprecation of Node.js 10, which reaches its offical end of life...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you could phrase this as a PR? =D (If you’re not up to this, I’ll do it myself, but it’ll get in faster this way. XD)
As far as older versions go: I’m not about supporting lazy devs, I’m about supporting overworked ops teams. The reality is that all of security is constant cost/benefit calculations, and the risk level of a given vulnerability is going to vary a lot depending on the specifics of the situation. Folks tend to think in terms of Node backing up websites, but I know of a number of very large Node installations that are not web based at all.
@iarna Will you explain this? I’m very interested to understand your perspective. If you’ve already written about it elsewhere, a link is great.