All Topics

npm

The package manager for JavaScript

Overview

npm is the Node Package Manager, which allows JavaScript developers to install, update, and manage reused code. Using code that is built by other people is a big part of being a productive web developer. With the rising popularity of JavaScript and Node, developers are starting to use packages of prebuilt code to help with making applications more efficient and easier to write.

Related Topics

What you should learn next