I installed node via NVM. I installed node 0.10.32. using NVM 0.25.0
When I do node -v
I get
-bash: /root/.nvm/v0.10.32/bin/node: No such file or directory
when I do npm v
I get
/root/.nvm/v0.10.32/bin/npm: 2: exec: /root/.nvm/v0.10.32/bin/node: not found
All those directories exist and node executable is in it but they are reading as not found. Node seems to be installed but I am unable to use it. I am not sure how to fix this issue. Any ideas will be greatly appreciated
See Question&Answers more detail:os