|
|
|
|
|
by deathanatos
333 days ago
|
|
… node_modules is your venv. If we use uv from TFA, like the commands are nearly 1:1: npm install <=> uv sync
npm install foo <=> uv add foo
> 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. |
|