These answers are all about updating the version of Node, when the original question is about updating the version of the NVM tool itself.

The script to update NVM is:

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

and you can find the list of the latest releases here: https://github.com/nvm-sh/nvm/releases

More details found here: https://techsparx.com/nodejs/howto/nvm-deprecate-mirror.html

Answer from starryeyez024 on Stack Overflow
🌐
GitHub
github.com › nvm-sh › nvm
GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
# Use bash for the shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Create a script file sourced by both interactive and non-interactive bash shells ENV BASH_ENV /home/user/.bash_env RUN touch "${BASH_ENV}" RUN echo '. "${BASH_ENV}"' >> ~/.bashrc # Download and install nvm RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | PROFILE="${BASH_ENV}" bash RUN echo node > .nvmrc RUN nvm install · More robust, works in CI/CD-Jobs. Can be run in interactive and non-interactive containers. See #3531. FROM ubuntu:latest ARG NODE_VERSION=20 # install curl RUN apt update &&
Starred by 90.4K users
Forked by 9.7K users
Languages   Shell 98.0% | Makefile 1.2%
🌐
Node.js
nodejs.org › en › download
Node.js — Download Node.js®
InfoWant new features sooner? Get the latest Node.js version instead and try the latest improvements!
Discussions

bash - Command to download latest version of nvm? - Stack Overflow
I am trying to install the latest version of nvm so (per this article) I ran: nvm install 4.0 It worked. But I want to make sure I install the latest version of nvm as they might have released a n... More on stackoverflow.com
🌐 stackoverflow.com
Node Version Manager
To resolve your NVM issues on Windows, try reinstalling NVM and Node by uninstalling both, then reinstalling NVM for Windows and using it to install the desired Node.js versions. Ensure your environmental variables are correctly set, with paths pointing to the installed Node.js versions managed by NVM, and verify that NVM_HOME and NVM_SYMLINK are correctly configured. Open a new Command Prompt or PowerShell window, run nvm use [desired version], and check the Node.js version to confirm the correct version is active. Use sudo to avoid permission issues, and make sure you're using the latest version of NVM for Windows. More on reddit.com
🌐 r/learnprogramming
11
1
June 16, 2024
Is there a project level way to specify nvm versions and avoid nvm use?
You can add a `.nvmrc` file to the project to store the version, but you'll still need to `nvm use` inside the directory to take advantage of it. I don't know of another way. More on reddit.com
🌐 r/node
20
17
January 8, 2023
The next generation node version manager
Is it compatible with existing .nvmrc files? As in, if someone installed use-node but the project has a .nvmrc, could it read that version from there instead of package.json? More on reddit.com
🌐 r/node
19
41
December 5, 2022
🌐
End of Life Date
endoflife.date › nvm
nvm | endoflife.date
October 5, 2025 - More information is available on the nvm website. You should be running one of the supported release numbers listed above in the rightmost column. ... You can submit an improvement to this page on GitHub . This page has a corresponding Talk Page. A JSON version of this page is available at /api/v1/products/nvm/. See the API Documentation for more information.
🌐
Nvmnode
nvmnode.com › guide › download.html
Download NVM For Windows, Linux, and macOS - NVM Documentation
Below is a list of available versions of NVM for Windows: The latest stable release of NVM for Windows can be downloaded from the official GitHub repository:
🌐
GitHub
github.com › nvm-sh › nvm › releases
Releases · nvm-sh/nvm
nvm install-latest-npm: ensure npm 10 does not install on unsupported nodes · [readme] add examples of setting specific versions as default (#3151) add some nvm_do_install tests · a cleaner name for the windows tests · Assets 2 · Loading ...
Author   nvm-sh
🌐
HeyNode
heynode.com › tutorial › install-nodejs-locally-nvm
Install Node.js Locally with Node Version Manager (nvm) | HeyNode
Windows users: The process for installing nvm on Windows is different than what’s shown below. If you’re using Windows check out this Windows-specific version of nvm. ... Using curl, or wget, download the installation script. In the URL below make sure you replace v0.35.0 with the latest version of nvm.
Find elsewhere
🌐
Linode
linode.com › docs › guides › how-to-install-use-node-version-manager-nvm
How to Install and Use NVM (Node Version Manager) | Linode Docs
November 29, 2023 - If you only specify the major release number for a Node version, NVM installs the latest version of that release. You can determine the latest version of each release from the output of nvm ls-remote. Node also displays the exact version it ...
🌐
SourceForge
sourceforge.net › projects › nvm-for-windows.mirror
NVM for Windows download | SourceForge.net
NVM for Windows
Remember when running nvm install or nvm use, you must have Windows administrative rights (to create symlinks). There are situations where the ability to switch between different versions of Node.js can be very useful. For example, if you want to test a module you're developing with the latest ... Manage multiple installations of node.js on a Windows computer. Similar (not identical) to nvm, but for Windows. This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. However, node 4+ is supported. Remember when running nvm install or nvm use, you m
Rating: 5 ​
🌐
pnpm
pnpm.io › installation
Installation | pnpm
Prior to running the install script, you may optionally set an env variable PNPM_VERSION to install a specific version of pnpm:
🌐
Innovativeinnovation
innovativeinnovation.github.io › ubuntu-setup › node.js › nvm.html
nvm · Ubuntu Setup
Node Version Manager is a bash script used to manage multiple released Node.js versions. It allows you to perform operations like install, uninstall, switch version, etc. ... nvm ls # list installed Node version nvm ls-remote # list all the Node versions you can install nvm alias default 16.13.0 ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-windows
Set up Node.js on native Windows | Microsoft Learn
Install the latest stable LTS release ... number with: nvm install <version> (replacing <version> with the number, ie: nvm install 12.14.0)....
🌐
Refine
refine.dev › blog › install-nvm-mac-and-windows
How to Install and Use NVM? | Refine
July 5, 2024 - Installation on a Windows machine is different from the above. In Windows, you will use the nvm-windows tool. This NVM for Windows is the Microsoft/npm/Google recommended Node.js version manager for Windows. N.B It is not the same thing as nvm. You can download the latest release of the NVM Windows here.
🌐
GitHub
github.com › coreybutler › nvm-windows
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
NVM for Windows recognizes the "latest" versions using a list provided by the Node project. Version 1.1.1+ use this list. Before this list existed, I was scraping releases and serving it as a standalone data feed.
Starred by 44K users
Forked by 3.7K users
Languages   Go 72.3% | Inno Setup 25.9%
🌐
OpenJS Foundation
openjsf.org › blog › project-update-nvm-ships-new-version
Project Update: nvm ships new version. | OpenJS Foundation
Today nvm released v0.38.0! This latest release includes new `nvm install` features, bug fixes, and updates to documentation. Project Update: nvm ships new version.
🌐
DEV Community
dev.to › ms314006 › how-to-install-npm-through-nvm-node-version-manager-5gif
How to install npm through NVM(Node version manager)? - DEV Community
August 2, 2020 - So if we choose the NVM, we can test if our application work well on different version of node. It sounds nice! Let's install NVM! If your device's OS is window, you can download the latest NVM installer from releases.
🌐
DigitalOcean
digitalocean.com › community › tutorials › how-to-install-node-js-on-ubuntu-22-04
How to Install Node.js on Ubuntu (Step-by-Step Guide) | DigitalOcean
May 28, 2025 - Bonjour, avec nvm j’ai un Failed ... Apt Using a NodeSource PPA” is run, it says it deprecated and will not longer work in the future. Latest version of Node.js is 20....
🌐
Homebrew
formulae.brew.sh › formula › nvm
nvm — Homebrew Formulae
brew install nvm · Manage multiple Node.js versions · https://github.com/nvm-sh/nvm · License: MIT · Formula JSON API: /api/formula/nvm.json · Formula code: nvm.rb on GitHub · Bottle (binary package) installation support provided.