[one-liner] Install pnpm

Install pnpm using one line of command

One-Liner series: pnpm

source: pnpm docs

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
Built with Hugo
Theme Stack designed by Jimmy