Introduction To Node.js

Dhruv Rohatgi
Jan 6, 2021

--

Node.js is an open-source server environment that allows you to run JavaScript on the server.

Installing & Running Node.js: Windows

  1. Visit nodejs.org and download the LTS version of Node.js for Windows by clicking the “Windows Installer” option.
  2. Run the downloaded Node.js .msi Installer - accept the license and select the folder to install.
  • This step requires Administrator privileges, and you may need to authenticate
  1. To ensure Node.js has been installed, run node -v in your terminal - you should get something like v15.3.0
  2. Update your version of npm with npm install npm --global
  • This step also requires Administrator privileges so you may need to authenticate

Congratulations — you’ve now got Node.js installed, and are ready to start building!

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Dhruv Rohatgi
Dhruv Rohatgi

Written by Dhruv Rohatgi

Designer| Developer| Innovator| Founder at HelixSmartLabs Pvt. Ltd.

No responses yet

Write a response