Skip to main content

JavaScript


설치

asdf plugin add nodejs
asdf list all nodejs
asdf install nodejs 18.15.0
asdf global nodejs 18.15.0
asdf local nodejs 18.15.0
asdf current nodejs
info

.nvmrc를 사용하고 싶다면 $HOME/.asdfrclegacy_version_file = yes를 추가하면 됩니다.