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.

Why is the node version limited to < 10?

See original GitHub issue

The docs say it “can be used either in Node >= 4 or in the browser”, but the package.json specifies node < 10.

"engines": {
    "node": ">=4 <10",

Just wondering if there’s anything in the current version that breaks this library? or if the package.json is just being overly restrictive?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
nrabinowitzcommented, Jul 26, 2018

Sorry for the delay on this - PR up.

0reactions
nrabinowitzcommented, Jul 26, 2018

Fixed and released in 3.0.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Difference Between Node.js 10 LTS and Node.js 12 LTS
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Read more >
Node Engines: Helping Developers Everywhere Avoid ...
Similarly, our React application needs Node version 10 or higher, to take advantage of all the ES6 and beyond node dependencies that it...
Read more >
How to change Node Version in Provision Step in Amplify ...
AWS Amplify use nvm to handle node version. Try this: version: 0.1 backend: phases: ... In my case, I wanted the latest node...
Read more >
Mastering Node.js version management and npm registry ...
Node version manager ... When developing Node.js applications, you may need to install multiple versions of Node.js in order to handle your day-to ......
Read more >
How To Run Multiple Versions of Node.js with ... - DigitalOcean
You have the latest and greatest version of Node.js installed, and the project you're about to work on requires an older version. In...
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