question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Outdated Node.js version support

See original GitHub issue

This 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:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
iarnacommented, Jul 5, 2020

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.

0reactions
jsejcksncommented, Jul 13, 2020

Second unpopular opinion: I avoid ESM whenever possible.

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found