- https://asdf-vm.com/guide/getting-started.html#_4-install-a-plugin
```console
sudo apt-get -y install dirmngr gpg curl gawk
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
```
## [[LTS]]版のインストール
```console
asdf install nodejs $(asdf nodejs resolve lts --latest-available)
```