Course
summary


    0 chapters available

Loading...

Discover Node.js and move from frontend to backend

Difficulty: Junior ● Progress: 0 / 0 modules completed

Discovering NPM and installing a module

A package manager

By default, NodeJS is installed with a package manager called NPM.

Standing for “Node Package Manager

A package manager makes it easy to declare dependencies (libraries, frameworks, data sources), download them, add them to the project, and manage their updates!

In JavaScript, there are three main package managers:

  • NPM

You need a free account to read this module