Posted 11/10/2024
Most of the nvm commands works with fnm.
Add the following to your .bashrc profile:
eval "$(fnm env --use-on-cd --shell bash)"
node -v || node --version
nvm ls
nvm list available
nvm install 18.19.1
nvm use 18.19.1
nvm alias default 18.19.1
ctrl + c