mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #91] Error trying to install log.io #70
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#70
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 @ulinkwo on GitHub (Aug 23, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/91
When I install Log.io in my vm:
OS: Ubuntu 13.04 x64
node: 0.10.15
npm: 1.3.5
but the following errors happened:
@vmadman commented on GitHub (Nov 17, 2013):
Taking a shot in the dark here, but I had trouble with gyp as well on vagrant. I had to set a HOME environment variable and set --user "someuser" when calling NPM.
@msmathers commented on GitHub (Aug 1, 2014):
I've never seen this one before, perhaps it has something to do with your node.js installation or the user under which you're running the npm install? Either way I don't think it's an issue with the log.io application, but rather your environment. I've built it in a variety of virtualbox instances without trouble, though never through vagrant.
All I can recommend is that you follow the build recipe in the wiki, which has always worked for me:
https://github.com/NarrativeScience/Log.io/wiki/v0.3.4-Build-Recipe-(Ubuntu-14.04)