nvm

  1. B

    Trouble using nvm in any scripts

    I installed nvm, as per the install instructions here, and it works fine if I type stuff in directly into the command line. For example $ nvm ls And it runs fine. I understand that the nvm command works because of these couple of lines that are added to .profile: export NVM_DIR="$HOME/.nvm"...
Back
Top