You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am planning on fully replacing yarn with bun for package management in our repo.
We build docker images using nix. My docker image has three layers:
Native dependencies
javascript depednencies
userland code.
It makes most sense to me to use bun as a package manager instead of a poor man's reimplementation of package management in nix by parsing the lockfile.
To make the integration easy I'm wondering if it makes sense to get a bun pm cli option to print the list of node_modules folders in a given project. I could of course just write a find based shell one liner but I'm asking in the spirit of uncompromising attitude to perf that this project fosters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am planning on fully replacing yarn with bun for package management in our repo.
We build docker images using nix. My docker image has three layers:
It makes most sense to me to use
bun
as a package manager instead of a poor man's reimplementation of package management in nix by parsing the lockfile.To make the integration easy I'm wondering if it makes sense to get a
bun pm
cli option to print the list ofnode_modules
folders in a given project. I could of course just write afind
based shell one liner but I'm asking in the spirit of uncompromising attitude to perf that this project fosters.Beta Was this translation helpful? Give feedback.
All reactions