One-Liner series: pnpm
Install on POSIX systems (except Intel Macs (darwin-x64))
curl -fsSL https://get.pnpm.io/install.sh | sh -
Install on Windows (PowerShell)
Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
Update
pnpm self-update