EXE
WinGet
pnpm
pnpm · 9.7.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
pnpm-win-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
pnpm.pnpm
Version
9.7.0
Description
Fast, disk space efficient package manager.
License
MIT
↗
Homepage
https://pnpm.io
Release Notes
Minor Changes
- Added pnpm version management.
If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #8363.
This is the same field used by Corepack.
Example:
- Added the ability to apply patch to all versions #8337.
- Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@version] to allow the code editor to open the edit dir in…