Allow use node version >8
See original GitHub issueThe 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:
- Created 5 years ago
- Comments:33 (28 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reopening to maintain a place for public comment on this topic while we figure out how to move forward.
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.