Reputation: 81
i'm on windows 10 and i try to install node with nvm. i did exactly the instructions found in this answer but only nvm works good.
here is the error message on console and this is the environment variables screen
i think something is bad in variables but don't know what can i change.
Thank's for your help
Upvotes: 0
Views: 179
Reputation: 2011
You can manage to resolve this by turning nvm on and off:
nvm off
nvm on
node -v
FYI, check ChuckkNorris
's answer on this GitHub issue
Upvotes: 1