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 use iojs v1.4.3 and want to install nvm. As you can see (below) the installation was successful. But if i execute on terminal nvm i get an error -bash: nvm: command not found. Please tell me what im doing wrong? I also have reopen my terminal.
It create in .bashrc:
export NVM_DIR="/Users/foo/.nvm"
[ -s"$NVM_DIR/nvm.sh" ] &&."$NVM_DIR/nvm.sh"# This loads nvm
=> Downloading nvm from git to '/Users/foo/.nvm'
=> Cloning into '/Users/foo/.nvm'...
remote: Counting objects: 3420, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3420 (delta 0), reused 0 (delta 0), pack-reused 3417
Receiving objects: 100% (3420/3420), 681.81 KiB | 456.00 KiB/s, done.
Resolving deltas: 100% (1953/1953), done.
Checking connectivity... done.
=> Source string already in /Users/foo/.bashrc
=> Close and reopen your terminal to start using nvm
The text was updated successfully, but these errors were encountered:
With curl https://raw.githubusercontent.com/creationix/nvm/v0.23.3/install.sh | bash it doesnt works but with git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout git describe --abbrev=0 --tags and then source ~/.nvm/nvm.sh it works well :)
i use iojs v1.4.3 and want to install nvm. As you can see (below) the installation was successful. But if i execute on terminal nvm i get an error
-bash: nvm: command not found
. Please tell me what im doing wrong? I also have reopen my terminal.It create in .bashrc:
The text was updated successfully, but these errors were encountered: