`nvm list` does not show the current version of node installed

28 views Asked by At

I have installed node v20.11.1 and deleted the previous version I was using, v18.16.0. But when I use nvm list command it does not show the currently installed v20.11.1 instead shows only v18.16.0.

There are similar questions but none of it answers my issue. Below here is the image of my windows 11 terminal.

is there anything wrong about my machine?

terminal

tried nvm list and I was expecting only v20.11.1 but it showed v18.16.0

0

There are 0 answers