David MOSCA
David MOSCA

Reputation: 81

node and npm cli don't works

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 console error message and this is the environment variables screen system environment variables

i think something is bad in variables but don't know what can i change.

Thank's for your help

Upvotes: 0

Views: 179

Answers (1)

koko-js478
koko-js478

Reputation: 2011

You can manage to resolve this by turning nvm on and off:

nvm off

nvm on

node -v

enter image description here

FYI, check ChuckkNorris's answer on this GitHub issue

Upvotes: 1

Related Questions