Usecase
安装nodejs18的完整flow
- 安装插件
https://github.com/asdf-vm/asdf-plugins 在这里可以找到所有的插件
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
查看可安装的所有版本
asdf list-all nodejs
安装指定 nodejs 版本
asdf install nodejs 18.19.1
设置当前项目的 nodejs 版本为 指定版本
asdf local nodejs 18.19.1