How to install Node JS on Windows | Tech Tips | Tamil | Mr Tech Fault

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:

  1. Using the Official Node.js Installer
    • Download the .msi setup 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:
      node -v
      npm -v
      
      to check the installed versions of Node.js and npm (Node Package Manager).
  2. Using NVM for Windows (Node Version Manager)
    • Install NVM for Windows, which simplifies managing multiple Node.js versions.
    • Download the NVM installer .exe and 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.