How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X)

前端 未结 28 2315
难免孤独
难免孤独 2020-11-21 05:28

My version of node is always v0.6.1-pre even after I install brew node and NVM install v0.6.19.

My node version is:



        
28条回答
  •  闹比i
    闹比i (楼主)
    2020-11-21 06:18

    If you're unable to locate node just run whereis node and whereis npm and whereis nvm and you can remove the listed directories as needed.

    You'll also need to entirely close your terminal and reopen it for changes to take effect.

提交回复
热议问题