mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #125] Installation Problem in Ubuntu #101
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#101
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 @sanbornsen on GitHub (Aug 7, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/125
I installed it on my mac, worked perfectly. While I am trying to install it on ubuntu, I am having some problem.
@msmathers commented on GitHub (Aug 7, 2014):
I haven't experienced this issue with the latest build of node.js (0.10.29), so it's likely an issue with your version of node.js or the way it was built. You could try rebuilding and/or upgrading node-gyp, or just build the latest version of node.js and try again. Following the build recipe I posted has always worked:
https://github.com/NarrativeScience/Log.io/wiki/v0.3.4-Build-Recipe-(Ubuntu-14.04)
@sanbornsen commented on GitHub (Aug 7, 2014):
Thank you for the reply. I got it working. I had to install node-legacy along with nodejs.
@msmathers commented on GitHub (Aug 7, 2014):
Awesome, thanks for the followup