pnpm

快速、磁盘空间高效的软件包管理器。「📦🚀 Fast, disk space efficient package manager」

Github stars Tracking Chart

pnpm

Fast, disk space efficient package manager

npm version
Status
Windows build status
Join the chat at https://gitter.im/pnpm/pnpm
OpenCollective
OpenCollective
Twitter Follow

Features:

  • Fast. As fast as npm and Yarn.
  • Efficient. One version of a package is saved only ever once on a disk.
  • Great for monorepos.
  • Strict. A package can access only dependencies that are specified in its package.json.
  • Deterministic. Has a lockfile called pnpm-lock.yaml.
  • Works everywhere. Works on Windows, Linux and OS X.

Like this project? Let people know with a tweet.

Table of Contents

Background

pnpm uses hard links and symlinks to save one version of a module only ever once on a disk.
When using npm or Yarn for example, if you have 100 projects using the same version
of lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be saved in a
single place on the disk and a hard link will put it into the node_modules where it should
be installed.

As a result, you save gigabytes of space on your disk and you have a lot faster installations!
If you'd like more details about the unique node_modules structure that pnpm creates and
why it works fine with the Node.js ecosystem, read this small article: Flat node_modules is not the only way.

Install

Using a standalone script:

curl -L https://unpkg.com/@pnpm/self-installer

Main metrics

Overview
Name With Ownerpnpm/pnpm
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 4)
PlatformLinux, Mac, Windows
License:MIT License
所有者活动
Created At2016-01-28 07:40:43
Pushed At2025-04-21 23:39:03
Last Commit At
Release Count1786
Last Release Namev10.9.0 (Posted on 2025-04-21 10:13:46)
First Release Namev0.1.0 (Posted on 2016-01-28 17:19:12)
用户参与
Stargazers Count31.4k
Watchers Count144
Fork Count1.1k
Commits Count9.7k
Has Issues Enabled
Issues Count4676
Issue Open Count1761
Pull Requests Count2534
Pull Requests Open Count74
Pull Requests Close Count890
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private