mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #20] installing error - due to "node-fork" #17
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#17
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 @aoopvn on GitHub (Feb 7, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/20
I successfully installed node-v0.4.12 & npm 1.0.106 but I GET THIS ERROR when install log.io.
Thanks a lot for your help!
@aoopvn commented on GitHub (Feb 7, 2012):
I successfully installed log.io with this fix:
find .npm/forever/0.8.2/package.json -> then EDIT this line
"node-fork": "git://github.com/bm eck/node-fork.git" --> change to "node-fork" : "0.4.0"
More details:
node-fork should be followed by Sander Tolsma ( refer this https://github.com/nodejitsu/forever/pull/217)
Then I choose version 0.4.0 and it works! (up to now, latest version of node-fork is 0.4.1)
Thanks!
@jeredbrent commented on GitHub (Apr 6, 2012):
I too am having this issue and have tried node-fork 0.4.0, 0.4.1, 0.6.0 and http://github.com/bm eck/node-fork.git and still have this error.... any other ideas?
Thanks!