mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #26] Installation failure with node 0.6.15 due to connect 1.7.1 #24
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#24
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 @garthk on GitHub (Apr 11, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/26
On lucid32 with chrislea PPA:
Checking out from source fails because you require
nodeto be<= 0.6.11. Still fighting my way to install my way around that: I'm still new with Node.@lbrigman124 commented on GitHub (Apr 11, 2012):
I ran into this and just modified the log.io package.json to be node <= 0.6.14 and things worked from git.
@garthk commented on GitHub (Apr 14, 2012):
That was my approach, too. I'm leaving the issue open, however, as it's still something that needs fixing.
@TheDigitalNinja commented on GitHub (May 11, 2012):
Submitted a pull request that will allow up to node 0.6.17 - https://github.com/NarrativeScience/Log.io/pull/29
@msmathers commented on GitHub (Jun 18, 2012):
This should be fixed now that I've eased the version restrictions, thanks for the help!