EXE
WinGet
pnpm
pnpm · 8.1.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
8.1.0
Description
Fast, disk space efficient package manager.
License
MIT
↗
Homepage
https://pnpm.io
Min OS Version
10.0.0.0
Release Notes
Minor Changes
- A new setting has been added called dedupe-direct-deps, which is disabled by default. When set to true, dependencies that are already symlinked to the root node_modules directory of the workspace will not be symlinked to subproject node_modules directories.
This feature was enabled by default in v8.0.0 but caused issues, so it's best to disable it by default #6299.
- Add ignore-workspace-cycles to silence workspace cycle warning #6308.
Patch Changes
- Print the right lowest su…