|
|
|
|
|
by frollogaston
330 days ago
|
|
I don't have to deal with this in JS or I think in other stuff like Golang. I give someone a package.json with versions of everything. npm install always sets deps up locally, but doesn't need to copy the entire NodeJS runtime. |
|
If we use uv from TFA, like the commands are nearly 1:1:
> It doesn't have to also store a local copy of NodeJS… which Node devs do have a thing for, too, called nvm, written in bash.