Skip to main content

NodeJS Installation

Node.js is a JavaScript runtime used for building applications. We need NodeJS to run our frontend and backend servers. Below is a step-by-step guide for installing Node.js on Mac, Windows, and Linux.

  • Download the latest LTS Version of NodeJS from https://nodejs.org/en
  • Install NodeJS
  • (Optional) Check NodeJS version using any Terminal/Command Line Tool using this command node -v
  • (Optional) Check NPM version using any Terminal/Command Line Tool using this command npm -v