How to completely remove node.js from Windows

前端 未结 8 1447
無奈伤痛
無奈伤痛 2020-11-22 01:37

I uninstalled my previous version of node.js (0.8.11) and downloaded the latest, 0.10.24 from the node.js website and installed it. However, after running node --versi

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 02:28

    I came here because the Remove button was not available from Add/Remove programs. It was saying "Node.js cannot be removed".

    This worked:

    1. Got the .msi of my installed Node version. Ran it to repair the installation just in case.
    2. Opened the Administrator command prompt and ran msiexec /uninstall .

提交回复
热议问题