What are Nodejs and NPM? How to install them?

Опубликовано: 13 Май 2020
на канале: Learn with RV
2,038
22

In this video, we will discuss about Nodejs and NPM, including a brief story about browser JS engines. We will find out what they are needed for, and how we can install them on Windows, Linux, or macOS.

=== Windows installer URL ===
https://nodejs.org/en/download/

=== Homebrew macOS CLI command ===
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"

=== Linux CLI commands ===
sudo apt-get install nodejs
sudo apt-get install -y npm


0:00 Intro
0:17 Agenda
0:31 Browser Engines
0:55 Short Story about why Ryan Dahl invented NodeJS
1:17 NodeJS and NPM Description
1:31 Installation steps - Windows
1:48 Installation steps - Linux
2:00 Installation steps - macOS