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.

Allow use node version >8

See original GitHub issue

The version of ESLint you are using. 5.7.0 The problem you want to solve. I want to use node eslint on node 8 Your take on the correct solution to problem. Change node version to something like "node": "^6.14.0 || >=8"

I’ve seen https://github.com/eslint/eslint/issues/10052#issuecomment-377381218 but not support version because it have security reasons is very strange. All features are supported, and I don’t think people care much about security during build stage. Now I have to install with --ignore-engines and everything works fine

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:33 (28 by maintainers)

github_iconTop GitHub Comments

3reactions
nzakascommented, Feb 12, 2019

Reopening to maintain a place for public comment on this topic while we figure out how to move forward.

2reactions
not-an-aardvarkcommented, Oct 25, 2018

Sorry, I switched around the two numbers – we support 6.14+ and the feature was introduced in 6.12.0, so there wasn’t a breaking change. I’ll edit my comment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to switch Node.js versions with NVM - LogRocket Blog
In this case, you want to switch back and forth between different Node versions, and the easiest way to do this is using...
Read more >
How to change to an older version of Node.js - Stack Overflow
1. Install nvm · 2. Install specific node version using nvm · 3. Make the installed version default · 4. Check node version...
Read more >
Installing a custom version of NVM and Node.js
This article walks you through installing Node.js using Node Version ... Run the following command to allow your shell to use this new...
Read more >
Node v8.0.0 (Current)
Node.js 8.0.0 ships with V8 5.8, a significant update to the JavaScript runtime that includes major improvements in performance and developer ...
Read more >
Use NVM to Manage Node.js and NPM Versions | by Jennifer Fu
Luckily, we have NVM (Node Version Manager), which can help us mitigate the risk. Let's take a walkthrough nvm and be confident enough...
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