Tag: Package Management
2 items found
Glossary Terms
Glossary
npm (Node Package Manager)
npm is the Node.js package ecosystem that manages JavaScript dependencies through a registry, CLI, package.json, and lock files.
Glossary
pnpm
pnpm is a JavaScript package manager that stores dependencies once in a content-addressed store and links them into projects quickly.