[Bug 777554] Re: coffeescript fails to find nodejs in path

2013-07-22 Thread Christiano Moreira
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

[Bug 777554] Re: coffeescript fails to find nodejs in path

2013-03-06 Thread Marius B. Kotsbak
The right executable for it to use now would be nodejs. ** Description changed: Binary package hint: coffeescript After installing coffeescript and nodejs, running coffee should present a REPL prompt. However: $ coffee /usr/bin/env: nodejs: No such file or directory This

[Bug 777554] Re: coffeescript fails to find nodejs in path

2013-03-06 Thread Marius B. Kotsbak
Carsten, install the coffeescript package instead (or the one for Raring if you need a newer). Or install the nodejs-legacy package. This problem is fixed in Quantal and Raring (it calls nodejs). ** Changed in: coffeescript (Ubuntu) Status: Confirmed = Fix Released -- You received this

[Bug 777554] Re: coffeescript fails to find nodejs in path

2013-03-06 Thread Marius B. Kotsbak
Or to be correct, it is fixed in the nodejs package, as the executable is now there called nodejs. -- 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

[Bug 777554] Re: coffeescript fails to find nodejs in path

2013-02-28 Thread Carsten Kämmerer
I have nearly the same problem in ubuntu 12.10. I installed coffee like this: sudo sudo apt-get install nodejs npm sudo npm install -g coffee-script But unlike the other people here reported for the 11.04 release, my result in 12.10 is exactly the other way: coffee tries to access 'node'

[Bug 777554] Re: coffeescript fails to find nodejs in path

2013-02-04 Thread Ralph Alex
Same error /usr/bin/env -- 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:

[Bug 777554] Re: coffeescript fails to find nodejs in path

2011-11-01 Thread Bryan Richter
I'm copying the patch from #855712 over here. It was authored by Craig Maloney (https://launchpad.net/~craig-decafbad). ** Patch added: Execute script with 'node' and not 'nodejs' https://bugs.launchpad.net/ubuntu/+source/coffeescript/+bug/777554/+attachment/2581236/+files/coffee.patch --

[Bug 777554] Re: coffeescript fails to find nodejs in path

2011-11-01 Thread Ubuntu QA's Bug Bot
The attachment Execute script with 'node' and not 'nodejs' of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by

[Bug 777554] Re: coffeescript fails to find nodejs in path

2011-10-11 Thread Joshua Harlan Lifton
See also bug #855712. -- 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:

[Bug 777554] Re: coffeescript fails to find nodejs in path

2011-08-11 Thread Richard Merren
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

[Bug 777554] Re: coffeescript fails to find nodejs in path

2011-08-03 Thread Launchpad Bug Tracker
** Changed in: coffeescript (Ubuntu) Status: New = Confirmed -- 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

[Bug 777554] Re: coffeescript fails to find nodejs in path

2011-05-04 Thread Todd A. Jacobs
-- 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 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com