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.

Node version support

See original GitHub issue

@aurium great work with all of those tests and getting the browser version working again. Thank you.

One important question: What version of node should we support? Features like let and destructuring assignment are supported in Node 4.x, which is still in maintenance support and used on a lot of servers: https://github.com/nodejs/LTS#lts-schedule1

Any suggestion on the best way to go about moving forward with this? Perhaps Babel? https://babeljs.io/

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
auriumcommented, May 30, 2017

About let and const, no problem… babel is transpiling it.

What browser/version should be supported?

I want say “the last year current”, so we give one year to users to update without problems. If some service want more time it can freeze in some Jimp version. (however i can’t be sure if this is the best strategy)

1reaction
iwsfgcommented, May 21, 2017

Transpiling will be needed for browser version anyway, so why not to offer this for node too?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js - endoflife.date
Release Released Active Support Se... 19 2 months and 1 week ago. (18 Oct 2022) Ends in 3 months. (01 Apr 2023) En... 18 (...
Read more >
Node.js Release Working Group - GitHub
New semver-major releases of Node.js are branched from main every six months. New even-numbered versions are released in April and odd-numbered versions in ......
Read more >
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Read more >
Node.js ES2015/ES6, ES2016 and ES2017 support
Yes. Yes Yes. Yes Error. Error Error. Error Error. Error Error. Error function() function() function() function() function() function() function() function() function() function() function() function() function() function()...
Read more >
Supported Node versions - Node-RED
Node -RED currently recommends Node 16.x LTS. Version, Support Level, Notes. < 10.x, Unsupported, Node-RED 1.x or ...
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