Node.js
nodejs.org › en › about › previous-releases
Node.js — Node.js Releases
Commercial support for versions past the Maintenance LTS phase is available through our OpenJS Ecosystem Sustainability Program partners · Major Node.js versions enter Current release status for six months, which gives library authors time to add support for them.
endoflife.date
endoflife.date › nodejs
Node.js | endoflife.date
5 days ago - Major Node.js versions enter Current release status for six months, which gives library authors time to add support for them. After six months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to Active LTS status and are ready for general use.
Videos
00:41
Manage Multiple Node Versions: A Developer's Guide - YouTube
08:14
Manage Multiple Node Versions with nvm [Mac, Windows, Linux - 2023] ...
04:02
Node Version Manager (NVM) Tutorial: Manage Multiple Node.js Versions ...
06:02
So here is what's new in Node.js - YouTube
00:46
Find the Latest Node.js Version LTS & Compatibility - YouTube
08:02
Easily manage multiple Node.js versions with NVM - YouTube
GitHub
github.com › nodejs › Release
GitHub - nodejs/Release: Node.js Release Working Group · GitHub
New semver-major releases of Node.js are branched from main every six months. New even-numbered versions are released in April and odd-numbered versions in October.
Starred by 4.3K users
Forked by 650 users
Languages JavaScript
Factsheet
Original author Ryan Dahl
Developer OpenJS Foundation
Initial release May 27, 2009; 16 years ago (2009-05-27)
Original author Ryan Dahl
Developer OpenJS Foundation
Initial release May 27, 2009; 16 years ago (2009-05-27)
Wikipedia
en.wikipedia.org › wiki › Node.js
Node.js - Wikipedia
2 weeks ago - Node.js is officially supported by Linux, macOS and Microsoft Windows 8.1 and Server 2012 (and later), with Tier 2 support for SmartOS and IBM AIX and experimental support for FreeBSD.
BlueVPS
bluevps.com › blog › how to check node version [step-by-step guide]
How To Check Node Version [Step-By-Step Guide]
Go to the official Node.js website and select the appropriate Node.js Windows Installer based on your system architecture: For a 64-bit system, choose the x64-bit installer. For a 32-bit system, choose the x32-bit installer. In this guide, we'll be downloading the stable version, node-v18.14.0.
npm
npmjs.com › package › node
node - npm
1 week ago - node. Latest version: 25.9.0, last published: 5 days ago. Start using node in your project by running `npm i node`. There are 1127 other projects in the npm registry using node.
» npm install node
Node-RED
nodered.org › docs › faq › node-versions
Supported Node versions : Node-RED
It is convenient when running Node-RED ... if you want to run Node-RED as a system-level service. This is because nvm uses scripts in a user’s profile to setup its environment. When running as a service, those scripts do not get used. If you change the version of Node.js you are using, ...
GitHub
github.com › tj › n
GitHub - tj/n: Node version management · GitHub
There is an auto label to read the target version from a file in the current directory, or any parent directory. n looks for in order: .n-node-version: version on single line.
Starred by 19.5K users
Forked by 764 users
Languages Shell 99.8% | Makefile 0.2%
Top answer 1 of 10
1264
The command line for that is:
node -v
Or
node --version
Note:
If node -v doesn't work, but nodejs -v does, then something's not set up quite right on your system. See this other question for ways to fix it.
2 of 10
88
If you're referring to the shell command line, either of the following will work:
node -v
node --version
Just typing node version will cause node.js to attempt loading a module named version, which doesn't exist unless you like working with confusing module names.
NVM Documentation
nvmnode.com
NVM - Node.js Version Manager Tool - NVM Documentation
NVM is a tool for managing multiple versions of Node.js, Official documentation for NVM (Node Version Manager) for Windows, Linux, and macOS
GitHub
github.com › nodejs › node › releases
Releases · nodejs/node
[bfb8ad5787] - deps: update undici to 7.24.3 (Node.js GitHub Bot) #62233 · [be6384727f] - deps: upgrade npm to 11.11.1 (npm team) #62216 · [2feea5bb97] - deps: V8: override depot_tools version (Richard Lau) #62344
Author nodejs
RisingStack
blog.risingstack.com › home › hírek, események › how to check node version
How to check Node version - RisingStack Engineering
May 29, 2024 - The Active release line often gets new features and other improvements beside security patches and bug fixes, and the Maintenance only gets the latter. It... and Current versions, check out our blog post that collects and lists all major updates. Alternatively, you can use a package manager like npm to update Node.
npm
npmjs.com › package › all-node-versions
all-node-versions - npm
March 29, 2025 - List all available Node.js versions. Latest version: 13.0.1, last published: a year ago. Start using all-node-versions in your project by running `npm i all-node-versions`. There are 5 other projects in the npm registry using all-node-versions.
» npm install all-node-versions
Published Mar 29, 2025
Version 13.0.1
Author ehmicky
Repository https://github.com/ehmicky/all-node-versions
NVM Documentation
nvmnode.com › cli › node-all-versions.html
List of All Node Versions - NVM Documentation
All historical versions are sourced from the Node Taobao mirror site: https://registry.npmmirror.com/binary.html?path=node/
The Knowledge Academy
theknowledgeacademy.com › blog › nodejs-version
Nodejs Versions: A Comprehensive Guide
March 3, 2026 - Navigating the diverse realm of Nodejs Versions is a vital part of web development at all levels. S an extremely popular cross platform language, it has garnered different iterations of itself over time. The latest iteration promises swifter performance and elevated web development through ...