Node.js not linked error

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

    You can change the permission of the file "/usr/local/bin/node", like "chmod +w /usr/local/bin/node", to make it writable.

提交回复
热议问题