Published 2020-11-19
安装nvm和nodejs
通过 nvm 安装 nodejs
安装 nvm
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
或者
wget -qO- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
然后:
source ~/.bashrc
安装 nodejs
nvm install stable
Comments
No Comments!