Node package managers (npm, yarn, pnpm) - All you need to know

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. berry

    📦🐈 Active development trunk for Yarn ⚒

    Yarn

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. semver

    Semantic Versioning Specification

    npm automates the process of installing, updating, and managing dependencies, which helps to avoid "dependency hell." It supports semantic versioning (semver) that automatically handles patch and minor updates without breaking the existing code, thus maintaining stability across projects. npm also provides the capability to run scripts and commands defined in package.json, which can automate common tasks such as testing, building, and deployment.

  4. pnpm

    Fast, disk space efficient package manager

    pnpm

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • NPM vs Yarn vs PNPM: Choosing the right package manager for your project

    2 projects | dev.to | 19 Feb 2025
  • Wow, pnpm, You’re Really Fast

    5 projects | dev.to | 6 Nov 2024
  • Yarn 4.0

    10 projects | news.ycombinator.com | 23 Oct 2023
  • Não se preocupe mais com o package manager do seu projeto NodeJS

    3 projects | dev.to | 7 Jul 2023
  • Yarn (berry) 3.0.0

    2 projects | /r/node | 30 Jul 2021

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?