pnpm

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者pnpm/pnpm
主編程語言TypeScript
編程語言JavaScript (語言數: 4)
平台Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2016-01-28 07:40:43
推送於2025-06-17 00:28:00
最后一次提交
發布數1790
最新版本名稱v10.12.1 (發布於 2025-06-08 16:12:24)
第一版名稱v0.1.0 (發布於 2016-01-28 17:19:12)
用户参与
星數31.9k
關注者數143
派生數1.1k
提交數9.8k
已啟用問題?
問題數4782
打開的問題數1805
拉請求數2603
打開的拉請求數70
關閉的拉請求數907
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?