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