mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #16] NPM Installation Fails #12
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#12
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 @mddubs on GitHub (Jan 6, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/16
I'm running on an Amazon x64 AMI and the npm installation process fails because it's unable to create the logio user (unknown --disable-password flag). Simply creating the user manually (useradd logio) and re-running the script seems to work.
@msmathers commented on GitHub (Jan 9, 2012):
Are you installing Log.io on a Ubuntu image?
@mddubs commented on GitHub (Jan 9, 2012):
No, I'm using the Amazon x64 AMI on their EC2 cloud platform. I think it's based on CentOS.
@msmathers commented on GitHub (Jan 9, 2012):
Ah ok, that explains it. Unfortunately Log.io is only "officially" compatible with Ubuntu/Debian, we haven't had the time to test on other Linux flavors. There's a handful of community AMIs that will work fine, the one I use is Ubuntu 11.04 by Alestic (ami-06ad526f).