How to install Node JS on Windows | Tech Tips | Tamil | Mr Tech Fault
This video is presented in Tamil and offers a clear, step-by-step guide on installing Node.js on a Windows system.
It covers two primary methods:
-
Using the Official Node.js Installer
-
Download the
.msisetup file directly from the official Node.js website. - Run the installer and proceed with the default installation steps.
-
Includes instruction on verifying the installation: open Command Prompt (CMD) and run:
to check the installed versions of Node.js and npm (Node Package Manager).node -v npm -v
-
Download the
-
Using NVM for Windows (Node Version Manager)
- Install NVM for Windows, which simplifies managing multiple Node.js versions.
-
Download the NVM installer
.exeand follow the installation prompts. -
Use NVM commands in the terminal to install, switch between, or uninstall Node.js versions:
nvm install nvm use
Throughout the video, the explanations are delivered in Tamil, making the content accessible and helpful for Tamil-speaking developers or learners.