sudo npm cache clean -f
sudo npm install -g n
sudo n stable # or sudo n latest
hash -r #(for bash, zsh, ash, dash, and ksh)
rehash #(for csh and tcsh)Source: https://askubuntu.com/a/480642
枫茶舍
筱枫的笔记和碎碎念
sudo npm cache clean -f
sudo npm install -g n
sudo n stable # or sudo n latest
hash -r #(for bash, zsh, ash, dash, and ksh)
rehash #(for csh and tcsh)Source: https://askubuntu.com/a/480642