[Internal] Support building with pnpm
#224
Labels
Status: Awaiting Triage
Extra attention is needed
Type: Internal/Chore
Chore tasks that aren't user-facing
Overview
Currently, building hackportal requires you to use
npm
. As alternative build tools likepnpm
become more popular, it would be helpful to provide support for them out of the box. This will enable faster installs, faster builds, and lower disk storage sizes on developer computers.npm
will still be used for deployment, but support forpnpm
will be a great developer convenience due to several ofpnpm
's features.Proposal
This wouldn't be a difficult change. I use
pnpm
to develop hackportal. Supportingpnpm
out of the box mostly amounts to explicitly specifying peer dependencies thatnpm
installs automatically. The reason this is an issue at all is explained inpnpm
's pnpm vs npm docs page.The text was updated successfully, but these errors were encountered: