Node.js upgrade still shows older version in windows
问题 I have downloaded and installed the new version of nodejs (4.1.2) using the .msi installer. After that I ran node -v , but it still shows the older version (0.12.2). I tried restarting Windows and even uninstalled nodejs and reinstalled it, but still it shows the same. Why is that happening and how can I resolve it? 回答1: Run a search for multiple copies of node.exe in the usual install paths: Program Files Get-ChildItem -File -path $env:PROGRAMFILES -include node.exe -recurse -force Program