server icon indicating copy to clipboard operation
server copied to clipboard

Use pnpm instead of yarn

Open micash545 opened this issue 6 months ago • 2 comments

Yarn v1 is outdated/deprecated

micash545 avatar Aug 10 '25 11:08 micash545

👍, but maybe we'll use npm instead as it much more common.

I don't accept PRs for this as reviewing this basically requires to do the migration again to check that there is no malicious stuff in the lockfile.

jmattheis avatar Aug 18 '25 16:08 jmattheis

iirc pnpm supports a lossless lockfile conversion, but I will defer to jannis for whether to accept a PR at this point. I don't see a clear downside to yarn at this point except the telemetry thing (which I disabled for the project).

I tried pnpm migrate then pnpm i , the performance is about the same to me.

eternal-flame-AD avatar Aug 18 '25 21:08 eternal-flame-AD