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-04-21 23:39:03
最后一次提交
发布数1786
最新版本名称v10.9.0 (发布于 2025-04-21 10:13:46)
第一版名称v0.1.0 (发布于 2016-01-28 17:19:12)
用户参与
星数31.4k
关注者数144
派生数1.1k
提交数9.7k
已启用问题?
问题数4676
打开的问题数1761
拉请求数2534
打开的拉请求数74
关闭的拉请求数890
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?