Is your feature request related to a problem? Please describe.
Npm is quite slow and takes up a lot of disk space.
Describe the solution you'd like
Change the default package manager of quartz to pnpm
Describe alternatives you've considered
I have considered yarn, and switching from node to deno.
yarn just doesnt have many benefits anymore and i tried switching to deno instead of node but quartz relies to much on node stuff(specifically quartz/bootstrap-cli.mjs i have no idea how that works, and i dont yet want to touch it.) for me to bother to change it(at the moment, maybe in the future i will give it a go)
Additional context
Im using pnpm in my local repo and it runs fine, i just used "pnpm install" and it worked(for me), also it was way faster.
Is your feature request related to a problem? Please describe.
Npm is quite slow and takes up a lot of disk space.
Describe the solution you'd like
Change the default package manager of quartz to pnpm
Describe alternatives you've considered
I have considered yarn, and switching from node to deno.
yarn just doesnt have many benefits anymore and i tried switching to deno instead of node but quartz relies to much on node stuff(specifically quartz/bootstrap-cli.mjs i have no idea how that works, and i dont yet want to touch it.) for me to bother to change it(at the moment, maybe in the future i will give it a go)
Additional context
Im using pnpm in my local repo and it runs fine, i just used "pnpm install" and it worked(for me), also it was way faster.