EXE
WinGet
pnpm
pnpm · 8.13.1 · 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.13.1
Description
Fast, disk space efficient package manager.
License
MIT
↗
Homepage
https://pnpm.io/
Release Notes
Minor Changes
- New commands added for inspecting the store:- pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:
pnpm cat-index <pkg name>@<pkg version>
- pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example:
pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
- (EXPERIMENTAL) pnpm find-hash: Lists the packa…