apt-get install nodejs | |
apt-get install npm | |
node -v | |
sudo npm install n -g | |
sudo n --stable which node | |
which node | |
vim /etc/profile | |
export PATH=XXXXX | |
source /etc/profile |
apt-get install nodejs | |
apt-get install npm | |
node -v | |
sudo npm install n -g | |
sudo n --stable which node | |
which node | |
vim /etc/profile | |
export PATH=XXXXX | |
source /etc/profile |