34 C
Dubai
Tuesday, April 30, 2024

Install Node Js using nvm

To install Node.js using nvm (Node Version Manager), follow these four steps:

  1. Install nvm: Download and install nvm, a tool for managing multiple Node.js versions, by executing the installation command provided by the nvm documentation for your operating system.

    Download Install nvm
    Releases · coreybutler/nvm-windows (github.com)
    Using nvm-setup.exe for windows
  2. Open a new terminal: After nvm is successfully installed, open a new terminal window or tab to ensure the changes take effect.
  3. Install Node.js: Run the following command in the terminal to install the latest stable version of Node.js:
nvm install 18
nvm use 18
  1. Verify the installation: To verify that Node.js is installed correctly, run the following command:

It should display the installed Node.js version.

That’s it! You have now installed Node.js using nvm.

Satheshwaran Manoharan
Satheshwaran Manoharanhttps://www.azure365pro.com
Award-winning Technology Leader with a wealth of experience running large teams and diversified industry exposure in cloud computing. From shipping lines to rolling stocks.In-depth expertise in driving cloud adoption strategies and modernizing systems to cloud native. Specialized in Microsoft Cloud, DevOps, and Microsoft 365 Stack and conducted numerous successful projects worldwide. Also, Acting as a Technical Advisor for various start-ups.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

× How can I help you?