How to completely remove node.js from Windows

前端 未结 8 1623
無奈伤痛
無奈伤痛 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:17

    I had the same problem with me yesterday and my solution is: 1. uninstall from controlpanel not from your cli 2. download and install the latest or desired version of node from its website 3. if by mistake you tried uninstalling through cli (it will not remove completely most often) then you do not get uninstall option in cpanel in this case install the same version of node and then follow my 1. step

    Hope it helps someone.

提交回复
热议问题