-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move away from PNPM #36
Comments
I have to ask @PaulRBerg, why choose Bun over Yarn? Perspective: Yarn ecosystem is ubiquitous, supports configurable soft links, hard links, global cache and per-project configs for several things necessary in the Solidity ecosystem. Meanwhile, Bun is (currently) only supported on Linux, is unstable, fairly buggy and for a project like this (and nearly anything in the solidity ecosystem) the benefit of installing dependencies 1s faster are outweighed by the ecosystem alone. (To be clear, I really like this template, I switched from my own to this a while ago but I always replace <whatever package manager> with Yarn) |
Tip: feel free to open discussions for questions like this (which are great!)
Not true. I use it on macOS
It wasn't unstable for me. But I hear you on the other points - I will monitor how Bun works and reconsider Yarn.
Thanks
Then, the template works! It's meant to be edited like that. |
Thanks for the comments, @PaulRBerg!
Does it really matter here? The half a second to a second saved isn't going to be impactful right?
I do agree with you, it is. Although I'm not quite following the problem with
Haha, true, you're not wrong. I should really have mentioned *nix here. Appreciate the openness here, I will open a discussion to talk about Bun vs Yarn! The only reason I'm even talking about this is because having a single package manager that just works for everyone on the team (using Linux, macOS and Windows), without having to worry about versions, without having to think about the idiosyncrasies or unexpected behaviours is a good experience. |
Fair enough
Oh, that is interesting! I did not know that.
Please do! |
PNPM's symbolic links are problematic. I should move away from PNPM. Possible solutions:
Refs:
The text was updated successfully, but these errors were encountered: