Somehow node version v0.12.2 got installed on my Windows machine and I'd like to upgrade to a newer version, however, it is not in the "Add or Remove Programs" menu.
When I try to install node from the Windows MSI, I get the standard windows 1603 error (below), which I am assuming means windows thinks that this application is already installed.
MSI (s) (64:84): Windows Installer installed the product. Product Name: Node.js. Product Version: 6.11.0. Product Language: 1033. Manufacturer: Node.js Foundation. Installation success or error status: 1603.
Any ideas? I've tried lots of things like this and this with no luck.
I am trying to install an npm package that depends on a higher version of node and striking out.