volta
volta copied to clipboard
Shims are not working
OSX Sonoma 14.1.1
When installing volta with brew, shims are not in the PATH even though echo $PATH shows ~/.volta/bin. The volta command works and I'm able to install different versions of Node, however the node command is never found.
@redeemefy sorry for the long delay; did you get to the bottom of this? If the node command is not found when trying to do it, that sounds like some other $PATH related issue. One way to tell for sure is: do the shims work if you invoke them directly, e.g. ~/.volta/bin/node --version?