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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777554

Title:
  coffeescript fails to find nodejs in path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coffeescript/+bug/777554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to