Document which node versions are supported.
See original GitHub issueLooking at the picture, node 0.12 is no longer an active LTS as of this month. We already removed 0.10 from Travis due to failing linters. Looks like there are problems running 0.10 on irc-framework
branch too.
We can also use engines
field in package.json
to make it more clear for users: https://docs.npmjs.com/files/package.json#engines
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Supported Node versions - Node-RED
Supported Node versions. Node-RED currently recommends Node 16.x LTS. Version, Support Level, Notes. < 10.
Read more >Supported node versions for self-hosted installs of Ghost
Supported Node versions ; 14.x (Node v14 Fermium LTS), Supported ; 15.x and above, Unsupported ; 16.x (Node v16 Gallium LTS), Recommended ;...
Read more >What uses / respects the .node-version file? - Stack Overflow
Direnv supports both .node-version and .nvmrc files. Direnv is all I use for ...
Read more >Documentation - Node.js
It also indicates which methods are available for different versions of Node.js. This documentation describes the built-in modules provided by Node.js.
Read more >Supported Node.js versions - WebStorm - JetBrains
This page lists all Node.js versions supported by WebStorm for developing applications. Find the Node.js release schedule with the information about the ...
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
cc @thelounge/maintainers.
Looks like there are random issues popping up when running master on node 0.10. Can we add
engines
for the next release?👍 on pretty much everything that was said and concluded to. A few comments on #280 details but overall OK with the idea.