ianhomer / try-pnpm

Try pnpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

try-pnpm

Try pnpm

tl;dr

pnpm install
pnpm start

Installing pnpm

If you don't have pnpm installed locally then following installation guide. You may need to clean out previous installs

brew uninstall yarn
npm uninstall -g yarn pnpm

And then install with corepack

npm install -g corepack
corepack enable
corepack prepare pnpm@6.22.2 --activate

About

Try pnpm

License:MIT License


Languages

Language:JavaScript 96.0%Language:TypeScript 4.0%