nvm
nvm copied to clipboard
prefix all variable with LOCAL_NVM_
Sourcing so many universal variables is dangerous and has led to problems for me. If all variables are 'uniqe', nvm.sh can be sourced globally with 'set -a'. In my case, I had a problem before with the variable 'VERSION' which had the version of the Docker image as value.
This is a duplicate of #2744. (please leave this open so i can keep the two in sync)