赞
踩
没安装homebrew的同学请参考之前的文章 homebrew安装
brew install nvm
mkdir ~/.nvm
~/.zshrc
或 ~/.bash_profile
中配置如下# nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$(brew --prefix)/opt/nvm/nvm.sh" ] && \. "$(brew --prefix)/opt/nvm/nvm.sh"
重新加载配置文件
source ~/.zshrc # 或者 source ~/.bash_profile,取决于你添加的文件
nvm install --lts
or
nvm install 18 # 安装指定版本的node
nvm use 18
nvm alias default 18
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。