Node Version Manager
Use asdf instead cuz its more general
Setup
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
Install Nodes
nvm install --lts
nvm --help
help gives most of what you need
Last updated