Closed
Description
I tried to install nvm on ubuntu 1310. first I run command below:
curl https://raw.github.com/creationix/nvm/v0.4.0/install.sh | sh
and then i activated nvm:
source ~/.nvm/nvm.sh
intsalled nodejs:
nvm install 0.10
finally I could use node normal. but after i had restarted system, the nvm didn't work,when run command such as "nvm ls", i got error prompt:
user@ubuntu:~$ nvm ls
sbin
mkdir: cannot create directory ‘/usr/sbin/alias’: Permission denied