前言
NVM
: https://github.com/nvm-sh/nvm
这个NVM本身就有对应的脚本,直接拉取执行即可;
内容
安装并配置
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # source ~/.bashrc
使用
# nvm install --lts
学无止境,谦卑而行.
NVM
: https://github.com/nvm-sh/nvm
这个NVM本身就有对应的脚本,直接拉取执行即可;
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # source ~/.bashrc
# nvm install --lts
学无止境,谦卑而行.