Open RobertRR11 opened 1 year ago
i keep hearing people suggest this but how would i go about making the switch from npm to pnpm anyway
corepack enable
and corepack prepare pnpm@latest --activate
to install pnpmpnpm install
Running scripts from package.json now won't need run
inbetween, for example:
npm run dev
-> pnpm dev
And the Github workflow would also need those changes, probably just replacing npm with pnpm everywhere
It's just the better npm, I got nothing else to say to this