Canot install NodeJs:/usr/bin/env:node:No such file or directory
698 ワード
doxmate ,doxmate :https://github.com/JacksonTian/doxmate
Cannot install NodeJs: /usr/bin/env: node: No such file or directory
npm install doxmate -g
:
解决方法:
ln -s /usr/bin/nodejs /usr/bin/node
或者sudo apt-get install nodejs-legacy
地址是:http://stackoverflow.com/questions/26320901/cannot-install-nodejs-usr-bin-env-node-no-such-file-or-directory