[GH-ISSUE #20] installing error - due to "node-fork" #17

Closed
opened 2026-02-26 05:31:04 +03:00 by kerem · 2 comments
Owner

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!

root@ubuntu:# npm config set unsafe-perm true
root@ubuntu:
# npm install -g --prefix=/usr/local log.io
npm ERR! git clone git://github.com/bmeck/node-fork.git defaulting to local stor age area
npm ERR! git clone git://github.com/bmeck/node-fork.git fatal: protocol error: e xpected sha/ref, got 'ERR
npm ERR! git clone git://github.com/bmeck/node-fork.git Your Git client has ma de an invalid request:
npm ERR! git clone git://github.com/bmeck/node-fork.git 0029git-upload-pack /b meck/node-fork.git
npm ERR! git clone git://github.com/bmeck/node-fork.git
npm ERR! git clone git://github.com/bmeck/node-fork.git Email support@github.c om for help'
npm ERR! git clone git://github.com/bmeck/node-fork.git clone-pack from 'git://g ithub.com/bmeck/node-fork.git' failed.
npm ERR! error installing forever@0.8.2 Error: git "clone" "git://github.com/bm eck/node-fork.git" "/tmp/npm-1328578324395/1328578335811-0.7981387770269066" fa iled with 1
npm ERR! error installing forever@0.8.2 at ChildProcess. (/usr/lo cal/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing forever@0.8.2 at ChildProcess.emit (events.js:67:1 7)
npm ERR! error installing forever@0.8.2 at ChildProcess.onexit (child_proces s.js:192:12)
npm ERR! error installing log.io@0.2.3 Error: git "clone" "git://github.com/bme ck/node-fork.git" "/tmp/npm-1328578324395/1328578335811-0.7981387770269066" fai led with 1
npm ERR! error installing log.io@0.2.3 at ChildProcess. (/usr/loc al/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing log.io@0.2.3 at ChildProcess.emit (events.js:67:17 )
npm ERR! error installing log.io@0.2.3 at ChildProcess.onexit (child_process .js:192:12)
npm ERR! Error: git "clone" "git://github.com/bmeck/node-fork.git" "/tmp/npm-13 28578324395/1328578335811-0.7981387770269066" failed with 1
npm ERR! at ChildProcess. (/usr/local/lib/node_modules/npm/lib/ut ils/exec.js:49:20)
npm ERR! at ChildProcess.emit (events.js:67:17)
npm ERR! at ChildProcess.onexit (child_process.js:192:12)
npm ERR! Report this entire log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! npm-@googlegroups.com
npm ERR!
npm ERR! System Linux 2.6.15-23-server
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "--prefix=/usr/local " "log.io"
npm ERR! cwd /root
npm ERR! node -v v0.4.12
npm ERR! npm -v 1.0.106
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/npm-debug.log
npm not ok

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! > root@ubuntu:~# npm config set unsafe-perm true > root@ubuntu:~# npm install -g --prefix=/usr/local log.io > npm ERR! git clone git://github.com/bmeck/node-fork.git defaulting to local stor age area > npm ERR! git clone git://github.com/bmeck/node-fork.git fatal: protocol error: e xpected sha/ref, got 'ERR > npm ERR! git clone git://github.com/bmeck/node-fork.git Your Git client has ma de an invalid request: > npm ERR! git clone git://github.com/bmeck/node-fork.git 0029git-upload-pack /b meck/node-fork.git > npm ERR! git clone git://github.com/bmeck/node-fork.git > npm ERR! git clone git://github.com/bmeck/node-fork.git Email support@github.c om for help' > npm ERR! git clone git://github.com/bmeck/node-fork.git clone-pack from 'git://g ithub.com/bmeck/node-fork.git' failed. > npm ERR! error installing forever@0.8.2 Error: `git "clone" "git://github.com/bm eck/node-fork.git" "/tmp/npm-1328578324395/1328578335811-0.7981387770269066"` fa iled with 1 > npm ERR! error installing forever@0.8.2 at ChildProcess.<anonymous> (/usr/lo cal/lib/node_modules/npm/lib/utils/exec.js:49:20) > npm ERR! error installing forever@0.8.2 at ChildProcess.emit (events.js:67:1 7) > npm ERR! error installing forever@0.8.2 at ChildProcess.onexit (child_proces s.js:192:12) > npm ERR! error installing log.io@0.2.3 Error: `git "clone" "git://github.com/bme ck/node-fork.git" "/tmp/npm-1328578324395/1328578335811-0.7981387770269066"` fai led with 1 > npm ERR! error installing log.io@0.2.3 at ChildProcess.<anonymous> (/usr/loc al/lib/node_modules/npm/lib/utils/exec.js:49:20) > npm ERR! error installing log.io@0.2.3 at ChildProcess.emit (events.js:67:17 ) > npm ERR! error installing log.io@0.2.3 at ChildProcess.onexit (child_process .js:192:12) > npm ERR! Error: `git "clone" "git://github.com/bmeck/node-fork.git" "/tmp/npm-13 28578324395/1328578335811-0.7981387770269066"` failed with 1 > npm ERR! at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/ut ils/exec.js:49:20) > npm ERR! at ChildProcess.emit (events.js:67:17) > npm ERR! at ChildProcess.onexit (child_process.js:192:12) > npm ERR! Report this _entire_ log at: > npm ERR! http://github.com/isaacs/npm/issues > npm ERR! or email it to: > npm ERR! npm-@googlegroups.com > npm ERR! > npm ERR! System Linux 2.6.15-23-server > npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "--prefix=/usr/local " "log.io" > npm ERR! cwd /root > npm ERR! node -v v0.4.12 > npm ERR! npm -v 1.0.106 > npm ERR! > npm ERR! Additional logging details can be found in: > npm ERR! /root/npm-debug.log > npm not ok
kerem closed this issue 2026-02-26 05:31:04 +03:00
Author
Owner

@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)

npm: http://search.npmjs.org/#/node-fork

github: https://github.com/stolsma/node-fork

Then I choose version 0.4.0 and it works! (up to now, latest version of node-fork is 0.4.1)

Thanks!

<!-- gh-comment-id:3841469 --> @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) > npm: http://search.npmjs.org/#/node-fork > > github: https://github.com/stolsma/node-fork __Then I choose version 0.4.0 and it works!__ (up to now, latest version of node-fork is 0.4.1) Thanks!
Author
Owner

@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!

<!-- gh-comment-id:5002107 --> @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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#17
No description provided.