Skip to content

npm

npm is a package manager associated with the JavaScript ecosystem.

Install package locally – npm

To install an npm package locally, use the npm install command with the name of the package you want. To install an npm package locally as a devDependency, add the --save-dev option.

Install Node and npm

Learn how to install Node and npm on Windows or macOS.

npm Glossary

Learn what npm is and the definitions of other key terms in the npm ecosystem, including Node, the package.json file, and others.

npm Basics

This course teaches the basics of npm.