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
-
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
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 t
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
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'
(inste
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:
https://bugs.launchpad.ne
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 r
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
--
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:
https://bugs.launchpad.net/
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 subs
** 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 ab
--
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
https://lists.ubuntu.com/mailman/listi
12 matches
Mail list logo