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

前端 未结 28 2272
难免孤独
难免孤独 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:01

    maybe you need to make

    hash -r 
    

    it helps with problem of symlink

    $ node -v
    $ bash: /opt/local/bin/node: No such file or directory
    

提交回复
热议问题