Zoltan Kochan
Zoltan Kochan
> Is MacPorts going to be supported as well? We will accept contributions that add support for any package managers and/or systems. But for now I want to concentrate on...
The XDG standard is for Linux. What should be the preferred home direrory location for pnpm on macOS?
We already ship all the necessary assets. I don't have experience with any of these system package managers but it shouldn't be hard to add support for them as the...
I don't have objections
we have a hosting on netlify
 we also have cloudflare, so I am not sure why so much bandwidth is consumed.
can't we just commit to a git repo?
Well, we should use a free solution if possible. S3 is not free and I would be afraid to use my card.
@frank-dspeed what makes you think that pnpm is not installable by npm? These work: ```sh npm i -g pnpm # or npm i -g @pnpm/exe ```
`@types` are not hoisted by default in pnpm v7: https://github.com/pnpm/pnpm/pull/4459 If you need to hoist types, use this setting in `.npmrc`: ``` public-hoist-pattern[]=*types* ```