cd ~
mkdir .git
cd .git
git clone https://github.com/creationix/nvm.git
这样先把nvm下载过来,然后安装
./install.sh
cd ~
mkdir .nodejs
cd .nodejs
npm install stable
这样就可以吧最新版本的nodejs环境安装好了
2022-12-07 22:19:45
cd ~
mkdir .git
cd .git
git clone https://github.com/creationix/nvm.git
这样先把nvm下载过来,然后安装
./install.sh
cd ~
mkdir .nodejs
cd .nodejs
npm install stable
这样就可以吧最新版本的nodejs环境安装好了