jdx
jdx
the npm shim is used to automatically execute `rtx reshim` when installing npm packages. This shim lives in `~/.local/share/installs/node/___/bin/npm`, rtx shims in `~/.local/share/rtx/shims` are not the same thing.
yeah there should be some output when it is being created
closing since this issue isn't specific enough
it fails because the file is not executable in the repo. It works for me after running this: ``` chmod +x ~/.local/share/rtx/plugins/elixir/shims/mix ``` I would file a ticket on asdf-elixir...
it's timing out checking for new node versions. You can customize this with `RTX_FETCH_REMOTE_VERSIONS_TIMEOUT=10s`.
there are no such checks
When you install something it checks for new versions
I have not heard of any new reports about this so I assume it's resolved
sorry for taking a year to respond but I think that's a good callout, it probably should default to `~/.local/share/mise-x86_64` or something
> I use a monorepo, so that would immediately cause some awkwardness, all projects would inherit the same configuration. No they wouldn't, but my example was bad so it might...