Node.js not linked error

后端 未结 8 1927
迷失自我
迷失自我 2020-12-07 13:14

I\'ve literally searched everything on web. But I could not find the solution for the error node-0.8.8 already installed, it\'s just not linked. Is it related t

8条回答
  •  轮回少年
    2020-12-07 13:46

    Execute this list of commands in this particular order:

    sudo brew uninstall node
    brew update
    brew upgrade
    brew cleanup
    brew install node
    sudo chown -R $(whoami) $(brew --prefix)
    brew link --overwrite node
    brew postinstall node
    

提交回复
热议问题