5

macOS 使用 homebrew 切换不同 nodejs 版本

 8 months ago
source link: https://blog.kelu.org/tech/2023/12/12/mac-homebrew-switch-nodejs-version.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

macOS 使用 homebrew 切换不同 nodejs 版本

2023-12-12     tech mac nodejs homebrew
nodejs.jpg
which brew  # 确认是arm下的brew还是x86下的brew
which node
brew search node
image-20231212193805367
brew install node@14
image-20231212194143930
brew unlink node@18
brew link --overwrite --force node@14
node -v
image-20231212194432035

ps:npm命令随着node一起安装的。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK