I have Node.js installed in my machine with Windows 10. However, I found something weird with Node.js.
When doing node -v
from the command line, I got the running version as 0.10.28, but I am sure I have upgraded Node.js by downloading Node.js from the Node.js site on which the version is 4.4.7.
So I tried to uninstall Node.js from the Apps and Features. Node.js was removed, but through command line, I am still able to do node -v
and return the same version. I tried to restart the machine, and it is still the same.
How can I solve this?