Answered
Is there a command or other method to get the current version of Nvm installed on my machine?
I am using Ubuntu 20.04 on my machine.
Thank you in advance for the help!
Either of these two works:
nvm --version
nvm -v
Both should output a version number:
0.39.1
If not, it means Nvm isn't installed on your machine.