Comment 11 for bug 777554

Revision history for this message
Christiano Moreira (chrislevita) wrote :

I did the same as Richard Merren (richard-merren), but the "opposite", becuase I had nodejs but not node, and worked well:

My problem:
cmd: $ coffee -v
error msg: /usr/bin/env: node: No such file or directory

fixed by:
cmd: $ sudo ln -s /usr/bin/nodejs /usr/bin/node

----------------------------------------------------------
Richard Merren (richard-merren) wrote on 2011-08-11: #2
I was also able to workaround with a link in /usr/bin:

sudo ln -s /usr/bin/node /usr/bin/nodejs

This creates the link globally, which may be the source for other grief later on. But it lets coffee work.