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

前端 未结 28 2800
难免孤独
难免孤独 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条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-21 06:17

    After

    brew uninstall node
    

    I had to know which node

    which node
    

    then remove that

    rm -rf /usr/local/bin/node
    

提交回复
热议问题