Skip to main content

npm (package manager)

Recommendation
Updated
Moved
HOLD
2023-03-22

What is it

npm is the default package manager for Node. It's extensivly used and supported by third parties.

npm package manager is not to be confused with the npm registry.

When to use it

Use Yarn instead of npm.

npm is mostly a drop in replacement for Yarn that we're currently using. However historically it's been slower than Yarn.

How to learn it

Read the developer docs to learn more and how to install it.