Vergisst bei Verwendung einer neuen Terminalsitzung in OS X nvm
die Knotenversion und verwendet standardmäßig nichts:
$ nvm ls
::
.nvm
v0.11.12
v0.11.13
Ich muss nvm use v.0.11.13
in jeder Sitzung weiter schlagen :
.nvm
v0.11.12
-> v0.11.13
Ich habe sowohl die brew
Installation als auch das offizielle Installationsskript ausprobiert .
Meine .profile
für die Brauversion:
#nvm
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
Und für das Skript install.sh:
$ curl https://raw.githubusercontent.com/creationix/nvm/v0.10.0/install.sh | bash
#nvm
export NVM_DIR="/Users/farhad/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
.bash_profile
.bashrc