pnpm


Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rfcs
-
Lockfile merge conflicts, how to handle it correctly?
Changing the lockfile format to reduce the number of conflicts: https://github.com/pnpm/rfcs/pull/1
pnpm
-
NPM vs Yarn vs PNPM: Choosing the right package manager for your project
3) Pnpm (Space Saver & high performant)
-
Building a Vue 3 App with Vite, TailwindCSS, Pinia, Vue Router, and TypeScript
pnpm or npm or yarn
-
How I Manage Node & Package Manager Versions in 2025
My stack of choice is node and pnpm, but this should work for most commonly used tools.
-
Node.js now supports TypeScript, JavaScript Rising Stars report is out, NEW developer tools and more
pnpm 10
- Build and Deploy a Monorepo WebSocket web application with Turbo, Express, and Vite on Render Using Docker
-
State of JavaScript 2024 Results, GitHub Copilot Now Free, EPIC Developer Tools, and more
The State of JavaScript 2024 survey results GitHub Copilot is now Free Tailwind CSS 4 JerryScript 3.0 Transformers.js v3.2 Bun 1.1.39 & 1.1.40 pnpm Update ESLint v9.17.0
-
Playwright and Chrome Browser Testing in Heroku
Pretty simple. Now, I just needed to change the code to use Playwright instead of Puppeteer and Jest. Oh, and I also wanted to use pnpm instead of npm. Here’s a link to my forked GitHub repo.
-
OAuth using Better_Auth, nextjs, prisma, shadcn and tailwindcss
pnpm Docs: https://pnpm.io/
-
Handling TypeORM migrations in Electron apps
I started with a basic Electron + TypeScript + React project and use pnpm as my package manager. This tutorial assumes you already have a working Electron app.
-
Wow, pnpm, You’re Really Fast
Then, along came pnpm, a package manager that handles package storage differently, saving users space and reducing build time. Here’s how pnpm describes the difference:
What are some alternatives?
yarn - The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
Bower - A package manager for the web
deno - A modern runtime for JavaScript and TypeScript.
bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
npm
lerna - Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
nx - Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.
jspm - JSPM is an open source project for working with dependency management via import maps in browsers.
berry - 📦🐈 Active development trunk for Yarn ⚒
npm-check-updates - Find newer versions of package dependencies than what your package.json allows
DeepCreamPy

