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

前端 未结 28 2202
难免孤独
难免孤独 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
    2020-11-21 06:15

    Additional to the main answer I needed to remove all npm instances found in:

    rm -rf /usr/local/share/man/man1/npm*
    

提交回复
热议问题