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.

Answer from JohnnyHK on Stack Overflow
🌐
Node.js
nodejs.org › en › about › previous-releases
Node.js — Node.js Releases
The Node.js website provides several non-interactive installation methods, including command-line interfaces (CLIs), operating system (OS) package managers (e.g., brew), and Node.js version managers (e.g., nvm).
Discussions

What's the way to find out my Node.js version on Windows?
I recently installed Node.js on my Windows machine for a new project. Now, I need to verify the version installed, but I can’t seem to figure out how to check it. Can someone guide me through the steps to find out my Node.js version on Windows? More on mepis.org
🌐 mepis.org
0
0
September 11, 2024
have a command that lists the versions of node.js installed on your computer
a bit like on the principle of nvm or n under linux with a command that displays the versions of node.js installed on his computer. Can change version in its terminal in addition to or in addition ... More on github.com
🌐 github.com
4
July 17, 2023
What is the correct command to check Node version and how can I verify it properly? - TestMu AI Community
How do I check Node version on the command line (not the REPL)? I want to check Node version from the command line, but when I run: node -version it doesn’t work. What is the correct command to check Node version, and how can I verify it properly? More on community.testmuai.com
🌐 community.testmuai.com
0
February 12, 2025
Can't check node version, I've tried wiping and reinstalling
Check what node file is actually executed, use `whereis node` or `which node` i don't really remember the right command, and make sure it's pointing to `node.exe`. And btw I'm using node with PowerShell for years with no issues, so I don't think the comments that telling you that you shouldn't use PowerShell are wrong. And oh yeah btw, the command already executed if you noticed the little popup the pops up and closes immediately. More on reddit.com
🌐 r/node
17
0
August 26, 2024
People also ask

How do I check my Node.js version?
Run 'node --version' or 'node -v' in your terminal. This will display your current Node.js version, such as v22.0.0.
🌐
nodejsdesignpatterns.com
nodejsdesignpatterns.com › blog › checking-node-js-version
How to check Node.js version and package manager versions
How do I check which Node.js version a project requires?
Check the project's package.json file for an 'engines' field, or look for a .nvmrc, .node-version, or .tool-versions file in the project root. These files specify the required Node.js version.
🌐
nodejsdesignpatterns.com
nodejsdesignpatterns.com › blog › checking-node-js-version
How to check Node.js version and package manager versions
How do I check my npm version?
Run 'npm --version' or 'npm -v' in your terminal. npm comes bundled with Node.js, so if you have Node.js installed, npm is already available.
🌐
nodejsdesignpatterns.com
nodejsdesignpatterns.com › blog › checking-node-js-version
How to check Node.js version and package manager versions
🌐
BlueVPS
bluevps.com › blog › how to check node version [step-by-step guide]
How To Check Node Version - BlueVPS.com
The following methods can help you find the Node version you are using on different operating systems: Check the Node.js version using the node version command node --version or the shorthand node -v.
🌐
MonoVM
monovm.com › 📚 tutorials 📚 › how to check node.js version on windows, macos & linux
How to Check Node.js Version on Windows, macOS & Linux
December 16, 2025 - Let’s skip the introductions. You’re here because you want to check the Node.js version. This article from MonoVM is written exactly to address that need. In this guide, you’ll learn how to check the Node.js version Windows, Linux and mac. and more importantly, how to interpret the version numbers themselves.
Find elsewhere
🌐
Barrd
barrd.dev › home › articles › quicknote › find which node version an old project requires
Find which node version an old project requires : barrd.dev
January 18, 2025 - Run it after cd‘ing into the projects root, same level as the node_modules directory. You’ll see a list of all the versions that’ve been used, image below shows a small sample. Example output of grep command showing various versions of node
🌐
Nodejsdesignpatterns
nodejsdesignpatterns.com › blog › checking-node-js-version
How to check Node.js version and package manager versions
January 29, 2026 - Learn how to check your current Node.js version and the versions of popular package managers including npm, pnpm, and yarn
Authors   Mario CasciaroLuciano Mammino
Published   2024
Pages   660
Rating: 4.6 ​ - ​ 780 votes
🌐
Mepis
mepis.org › windows
What's the way to find out my Node.js version on Windows? - Windows - Mepis Forum
September 11, 2024 - I recently installed Node.js on my Windows machine for a new project. Now, I need to verify the version installed, but I can’t seem to figure out how to check it. Can someone guide me through the steps to find out my Nod…
🌐
npm
npmjs.com › package › node-version-checker
node-version-checker - npm
Latest version: 2.0.0, last published: 10 years ago. Start using node-version-checker in your project by running `npm i node-version-checker`. There are 7 other projects in the npm registry using node-version-checker.
      » npm install node-version-checker
    
Published   Mar 19, 2016
Version   2.0.0
Author   Justin Dragos
🌐
Node.js
nodejs.org › en › download
Node.js — Download Node.js®
Read the changelog or blog post for this version. Learn more about Node.js releases, including the release schedule and LTS status. Learn how to verify signed SHASUMS. Looking for Node.js source? Download a signed Node.js source tarball. Check out our nightly binaries or all previous releases or the unofficial binaries for other platforms.
🌐
RisingStack
blog.risingstack.com › home › hírek, események › how to check node version
How to check Node version - RisingStack Engineering
May 29, 2024 - This will return the current version of node that is installed on your system. If you want to learn more about Node.js, you can find instructions and official docs on the node website. https://nodejs.org/en/download/ To check the latest version of Node for both the LTSLTS means long-term support.
🌐
Educative
educative.io › answers › how-to-check-versions-of-node-and-express-using-cmd
How to check versions of Node and Express using cmd
Use node -v or node --version in the terminal to verify the installed Node.js version. Use npm -v or npm --version to verify the installed npm version. Navigate to your project directory and use npm list express to check the Express.js version ...
🌐
GitHub
github.com › volta-cli › volta › issues › 1535
have a command that lists the versions of node.js installed on your computer · Issue #1535 · volta-cli/volta
July 17, 2023 - a bit like on the principle of nvm or n under linux with a command that displays the versions of node.js installed on his computer. Can change version in its terminal in addition to or in addition to the pin command which adds a node to ...
Author   Marcelin97
🌐
Rootstack
rootstack.com › en › blog › how-check-version-nodejs-being-used
How to check the version of Node.js being used | Rootstack
The most recent LTS version of Node.js is 14.x, which will be supported until April 2023. However, it's always a good idea to check the Node.js official website for the most recent LTS and normal versions.
🌐
Node.js
nodejs.org › en
Node.js — Run JavaScript Everywhere
Get Node.js®Get Node.js®Get security support for EOL Node.js versions
🌐
Medium
medium.com › @arunangshudas › managing-node-js-versions-with-nvm-node-version-manager-054a4588e303
Managing Node.js Versions with nvm (Node Version Manager) | by Arunangshu Das | Medium
June 30, 2024 - This command displays a long list of available versions. You can also filter the list to LTS (Long-Term Support) versions with: ... To ensure that each of your projects uses the correct Node.js version, you can use a .nvmrc file. This file should contain the version number that the project requires.
🌐
TestMu AI Community
community.testmuai.com › ask a question
What is the correct command to check Node version and how can I verify it properly? - TestMu AI Community
February 12, 2025 - How do I check Node version on the command line (not the REPL)? I want to check Node version from the command line, but when I run: node -version it doesn’t work. What is the correct command to check Node version, and how can I verify it properly?
🌐
Reddit
reddit.com › r/node › can't check node version, i've tried wiping and reinstalling
r/node on Reddit: Can't check node version, I've tried wiping and reinstalling
August 26, 2024 - On Windows, go to System Properties > Environment Variables, and check that the path to node.exe is included in the PATH variable. If you're not using it already, try using nvm to manage your Node.js versions.
🌐
DedicatedCore
dedicatedcore.com › home › how to check & install current node.js version
How to Check & Install Current Node.js Version - DedicatedCore Blog
May 30, 2025 - Project dependencies sometimes require particular Node.js versions, and if a mismatch takes place, runtime errors may be triggered. Look into the package.json file of the project for the engines field to check for supported versions.
🌐
NodeSource
nodesource.com › blog › Update-nodejs-versions-on-windows
How to Update Node.js Versions on Windows
February 4, 2025 - Follow the installation wizard. It will detect and upgrade your existing Node.js installation. ... Ensure it displays the updated version.