Skip to content
📅작성:🔄수정:

PNPM

Tags:  pnpm

install on Mac

bash
$ brew install pnpm

Windows /w Powershell

powershell
> Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
> pnpm install

Reference

Released under the MIT License.