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
hmm, doesnt seem like anything like this exists (or more likely the npm bundling/packaging space is so full of random tools that I cant find it...)
for reference, this would:
create a venv/node_modules for each different CLI tool I have in my package lists
link/copy any of the scripts that installs into a shared bin (or just put them in ~/.local/bin like pipx does)
This means that there are never version conflicts because you just have separately installed node_modules for every script you want to install globally, makes it easier to upgrade things individually without worrying about mismatched versions
If something like this exists, feel free to comment, currently I just do this:
No description provided.
The text was updated successfully, but these errors were encountered: