इस topic में आप जानेंगे की कैसे NodeJS को Window / Linux पर कैसे install करेंगे। NodeJS में development करने के लिए आपको सबसे पहले आपके system पर नीचे दिए गए software होने जरूरी हैं।

  1. Node.js
  2. Node Package Manager (NPM)
  3. IDE (Integrated Development Environment) or TextEditor

Install NodeJS

Window operating system पर NodeJS install करने के लिए आप official website link https://nodejs.org/en visit करके updated stable version को download करके install कर सकते है।

Install NodeJS


Download करने के बाद , file पर double click करके उसे run करें और node को install करें।

Check if Node.js is installed

check करने के लिए कि node.js install हो गयी या नहीं , simply Command Prompt को open करें और type करें।

C:\Users\HP>node -v
v16.13.0

अगर इस तरह से version show होता है तब तो NodeJS successfully install हो गयी है।

Node Package Manager (NPM)

जिस तरह से PHP के लिए composer होता है बैसे ही NodeJs के लिए NPM. यह एक package manager है , इसकी help से आप external libraries install कर सकते हैं।

Related Topics :

Rahul Kumar

Rahul Kumar

Hi ! My name is Rahul Kumar Rajput. I'm a back end web developer and founder of learnhindituts.com. I live in Uttar Pradesh (UP), India and I love to talk about programming as well as writing technical tutorials and tips that can help to others.

Get connected with me. :) LinkedIn Twitter Instagram Facebook

b2eprogrammers