mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #101] Error on Install #80
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kenetik on GitHub (Nov 22, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/101
npm ERR! log.io@0.3.3 postinstall:
cake ensure:configurationnpm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the log.io@0.3.3 postinstall script.
npm ERR! This is most likely a problem with the log.io package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cake ensure:configuration
npm ERR! You can get their info via:
npm ERR! npm owner ls log.io
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.8.0-19-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "-g" "log.io"
npm ERR! cwd /root
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/npm-debug.log
npm ERR! not ok code 0
@richiesgr commented on GitHub (Nov 27, 2013):
Same problem here
/usr/local/bin/log.io-server -> /usr/local/lib/node_modules/log.io/bin/log.io-server
/usr/local/bin/log.io-harvester -> /usr/local/lib/node_modules/log.io/bin/log.io-harvester
/usr/bin/env: node: No such file or directory
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! log.io@0.3.3 postinstall:
cake ensure:configurationnpm ERR!
sh "-c" "cake ensure:configuration"failed with 127npm ERR!
npm ERR! Failed at the log.io@0.3.3 postinstall script.
npm ERR! This is most likely a problem with the log.io package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cake ensure:configuration
npm ERR! You can get their info via:
npm ERR! npm owner ls log.io
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.11.0-12-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "log.io"
npm ERR! cwd /opt/apache-tomcat-7.0.47/webapps
npm ERR! node -v v0.10.15
npm ERR! npm -v 1.2.18
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /opt/apache-tomcat-7.0.47/webapps/npm-debug.log
npm ERR! not ok code 0
On ubuntu 13.04
@djhojd commented on GitHub (Jan 7, 2014):
same here, as above
@mikedfunk commented on GitHub (Jan 29, 2014):
same thing, ubuntu 13.04
@davegonzalez commented on GitHub (Feb 6, 2014):
I ran into a similar issue, but was able to fix it by running
npm install -g log.io --user "ubuntu"@CJHarmath commented on GitHub (Feb 13, 2014):
same here. ubuntu 13.10
@CJHarmath commented on GitHub (Feb 13, 2014):
this didn't help
npm install -g log.io --user "ubuntu"
@msmathers commented on GitHub (Aug 1, 2014):
This looks like an issue with your machine's node.js installation, as log.io expects to find it using
/usr/bin/env. Dowhich nodeto locate the absolute path of the node.js binary, and add that to your$PATH.If you follow the wiki's build instructions for a fresh ubuntu machine, everything should work just fine:
https://github.com/NarrativeScience/Log.io/wiki/v0.3.4-Build-Recipe-(Ubuntu-14.04)