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.

Poll: Minimum Node Support

See original GitHub issue

With beta, I bumped up minimum Node support to 4.6 because it was an LTS release. However, now active 4.6 LTS is ending in April. And since beta development took a bit longer than expected (IRL, sorry), April isn’t very far away.

Poll: Should we continue to stick to 4.6 or bump the minimum version to 6.9 before April?

In addition to LTS coverage, with 6.9 we also get:

  • default function parameters
  • rest parameters
  • spread operator
  • destructuring declarations
  • destructuring assignments
  • destructuring parameters

Reaction response:

  • 👍 for 6.9
  • 👎 for 4.6

Please only comment if you’ve cast a “reaction” vote.


cc/ @jbucaran @hzlmn @devmondo @Akkuma @tjbenton @watilde @frantic1048 @aweary @pine

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:15
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
lukeedcommented, Feb 5, 2017

Version 2.0.2 continues support for Node 4. This will be revisited in April once LTS has officially expired.

2reactions
lukeedcommented, Jan 28, 2017

As of 2.0.10-beta, Fly now requires Node 6.x.

Read more comments on GitHub >

github_iconTop Results From Across the Web

poll - npm
poll. A simple poll function based on async, await, and an infinite loop. Features: Asynchronous callback function; Delay function to ...
Read more >
Understand and Implement Long-Polling and Short Polling in ...
We also want to implement some examples with Node.js. What is Short Polling? In short polling, the client sends regular requests to the...
Read more >
Orion Node Statuses and Fast Polling Explained
By default, Orion will poll nodes every 2 minutes to track uptime. As soon as the node does NOT respond to a ping,...
Read more >
Amazon SQS short and long polling
Amazon SQS provides short polling and long polling to receive messages from a queue. By default, queues use short polling. With short polling...
Read more >
The Node.js Event Loop, Timers, and process.nextTick()
Since any of these operations may schedule more operations and new events processed in the poll phase are queued by the kernel, poll...
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