Get the current version of Nvm on a Ubuntu machine?

Answered
timmy123 asked this question 1 year, 2 months ago
timmy123 on Mar 13, 2022

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!

2 suggested answers
itsbambi on Apr 6, 2022

This should work for you:

nvm --version
0 replies
moon_man41 on Apr 6, 2022

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.

0 replies
Answered