wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.65k stars 1.18k forks source link

Support different package managers #2262

Open sodic opened 1 month ago

sodic commented 1 month ago

Idea: let the user choose their package manager (yarn, npm, or pnpm).

Alternatively, make the choice for them. If we go down this route, let's explore pnpm. It's supposed to be much faster (and perhaps we'll have an easier time parsing and forwarding its output).

infomiho commented 1 month ago

Related https://github.com/wasp-lang/wasp/issues/1445