on a Windows 10 machine and using nvm4w I tried:
from the above image:
node --version
to check the current versionnvm list
to list installed versionsnvm use 8.8.1
so we switch from 6 to 8nvm on
to enable itnode --version
to re-check the node versionwhat am I doing wrong?