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
I also had this weird output (despite nvm still installing things just fine). I notice it only shows up if you try and install a version you already have. I nuked ~/.nvm and reinstalled the latest fresh in hopes to fix it, but this still appears...
To be clear, this doesn't appear to effect the actual ability of nvm to install node versions, it's just a bit annoying / concerning.
(As an aside, another strange thing I notice is issuing which nvm - it doesn't list the location like it should but the source of nvm itself? Very strange...)
As an aside, another strange thing I notice is issuing which nvm - it doesn't list the location like it should but the source of nvm itself? Very strange...
That is because nvm command is a function and not a file
Operating system and version:
nvm debugoutput:nvm lsoutput:How did you install
nvm?Homebrew
What steps did you perform?
$ cat .nvmrc lts/* $ nvm installWhat happened?
Running
nvm installresult with-bash: [: -ne: unary operator expectedSeems to be related to #2920, #2914. If it is, I hope the issue will be resolved with the next release.
What did you expect to happen?
Expected not to have
-bash: [: -ne: unary operator expectedprintedIs there anything in any of your profile files that modifies the
PATH?Yes
The text was updated successfully, but these errors were encountered: