Node.js not linked error

后端 未结 8 1926
迷失自我
迷失自我 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

    For line did the job:

    brew link --overwrite node
    

    It forces the link and overwrite all conflicting files:

    0 讨论(0)
  • 2020-12-07 13:51

    After you've run brew upgrade to update node to the latest version, run brew doctor to see what potential problems there are. It might tell you that node is unlinked, in which case, running brew link node will link it. (You might need to first run brew unlink node)

    0 讨论(0)
提交回复
热议问题