Installing
-
2. Running NVM Installer
Run NVM for Ubuntu GNU/Linux
So for Instance currently the Command is like:
wget -qO- https://raw.githubusercontent.com vm-sh vm/v0.39.2/install.sh | bash
And then to load the Environment Setup:
source ~/.bashrc
-
3. Managing Node JS Versions
Then to Install Node.js release
E.g. to Install Node 18:nvm install 18
-
Finally, to Switch Node.js Version
For instance:nvm use 18
And now to List Installed versions:
nvm ls
-
4. NodeJs Getting Started
Node.js Quick Start Guide.
Contents