Devhints
Extending https://devhints.io/ (opens in a new tab)
asdf
Install
https://asdf-vm.com/guide/getting-started.html#_3-install-asdf (opens in a new tab)
Add plugin (node.js)
asdf plugin list
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.gitInstall latest nodejs version
asdf install nodejs latestUse installed nodejs version
asdf global nodejs latest
# or
asdf shell nodejs latest
# or
asdf local nodejs latest