nvm: Node Version Manager
How to install
- Download
the nvm-setup.zip from the following URL https://github.com/coreybutler/nvm-windows/releases - Expand and run nvm-setup.exe
Use
- nvm version confirm
nvm -v
- Checking the Node.js Version Available for Installation
nvm ls available
- Installing a specific version of Node.js
nvm install 18.18.1
- Installing the latest version of Node.js on LTS
nvm install lts
- Uninstalling a specific version of Node.js
nvm uninstall 18.18.1
- Determine the Version of the Installed Node.js
nvm ls
- Switch to a specific Node.js version
nvm use 20.9.0
Summary
In this article, we introduced a Node.js version management tool for Windows.
本作品采用 知识共享署名-非商业性使用 2.5 中国大陆许可协议进行许可。 |