dominictarr / mux-demux

mutiplex-demultiplex multiple streams through a single text Stream
MIT License
179 stars 15 forks source link

Npm install of mux-demux has a dependancy on git #30

Closed sbusa closed 11 years ago

sbusa commented 11 years ago

Hi,

When I tried to do "npm install mux-demux", it has a dependancy on git

sbusa@cp-la-chs1-ostack2-salt1:~/npm_checks$ npm install mux-demux npm http GET https://registry.npmjs.org/mux-demux npm http 200 https://registry.npmjs.org/mux-demux npm http GET https://registry.npmjs.org/xtend npm http GET https://registry.npmjs.org/stream-serializer npm http GET https://registry.npmjs.org/through npm http GET https://registry.npmjs.org/duplex npm http GET https://registry.npmjs.org/stream-combiner/0.0.2 npm http GET https://registry.npmjs.org/msgpack-stream npm http GET https://registry.npmjs.org/json-buffer npm http 304 https://registry.npmjs.org/through npm http 304 https://registry.npmjs.org/xtend npm http 304 https://registry.npmjs.org/stream-combiner/0.0.2 npm http 304 https://registry.npmjs.org/stream-serializer npm http 304 https://registry.npmjs.org/duplex npm http GET https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.2.tgz npm http 304 https://registry.npmjs.org/msgpack-stream npm http 304 https://registry.npmjs.org/json-buffer npm http 200 https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.2.tgz npm http GET https://registry.npmjs.org/bops/0.0.6 npm http GET https://registry.npmjs.org/duplexer unbuild msgpack-stream@0.0.10 unbuild mux-demux@3.7.8 npm ERR! not found: git npm ERR! npm ERR! Failed using git. npm ERR! This is most likely not a problem with npm itself. npm ERR! Please check if you have git installed and in your PATH.

npm ERR! System Linux 3.2.0-45-virtual npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "mux-demux" npm ERR! cwd /home/sbusa/npm_checks npm ERR! node -v v0.10.13 npm ERR! npm -v 1.3.2 npm ERR! code ENOGIT npm http 304 https://registry.npmjs.org/bops/0.0.6 npm http 304 https://registry.npmjs.org/duplexer npm http GET https://registry.npmjs.org/base64-js/0.0.2 npm http GET https://registry.npmjs.org/to-utf8/0.0.1 npm http 304 https://registry.npmjs.org/base64-js/0.0.2 npm http 304 https://registry.npmjs.org/to-utf8/0.0.1 npm http GET https://registry.npmjs.org/base64-js/-/base64-js-0.0.2.tgz npm http 200 https://registry.npmjs.org/base64-js/-/base64-js-0.0.2.tgz npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/sbusa/npm_checks/npm-debug.log npm ERR! not ok code 0

Please publish a new mux-demux package which has a updated package.json file which doesn't have dependancy on git.

Suspecting the issue to be this:

"dependencies": { "through": "2.3.4", "msgpack-js": "git://github.com/dominictarr/msgpack-js.git", "bops": "0.0.6" },

Thanks, -Siva

juliangruber commented 11 years ago

@dominictarr msgpack-js@0.3.0 has your changes

sbusa commented 11 years ago

Hi,

Please let me know once the package.json is modified with "msgpack-js" : "0.3.0 " changes.

Thanks, -Siva

dominictarr commented 11 years ago

this is fixed in msgpack-stream, please reinstall mux-demux and you should get it. (make sure you see msgpack-stream@0.0.11)

sbusa commented 11 years ago

Thanks @dominictarr for the fix. I'll check now.

Regard, -Siva

sbusa commented 11 years ago

Thanks, it works.