rickyrauch / Balloons.IO

Balloons.IO is a web multi-room chat server and client ready to use. It’s built with the help of node.JS, Express, Socket.IO and Redis. Balloons uses PassportJS for authentication with Twitter and Facebook
http://balloons.io
2.36k stars 491 forks source link

component-type module fails to register at npm! #96

Closed harsandev33 closed 9 years ago

harsandev33 commented 10 years ago

I had tried to install component-type module. but, it returns 404 not found error at npm registry. pls mention the current github path for install on npm... I also tried to include type-component module. but it makes an error for this appropriate module include... wait for ur response....

harsandev33 commented 10 years ago

also tried as, node -v v0.10.17 npm -v 1.3.8

npm install --save component-type@component/type

[developer@develop balloon]$ npm install --save component-type@component/type npm WARN package.json Balloons.io@0.0.1 No repository field. npm WARN package.json type-component@0.0.1 No repository field. npm http GET https://registry.npmjs.org/component-type npm http 404 https://registry.npmjs.org/component-type npm ERR! 404 'component-type' is not in the npm registry. npm ERR! 404 You should bug the author to publish it npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Linux 2.6.18-274.7.1.el5 npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "component-type@component/type" npm ERR! cwd /home/developer/chat/balloon npm ERR! node -v v0.10.17 npm ERR! npm -v 1.3.8 npm ERR! code E404 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/developer/chat/balloon/npm-debug.log npm ERR! not ok code 0

cristiandouce commented 10 years ago
$ npm install component-type@component/type
npm http GET https://registry.npmjs.org/component-type
npm http 404 https://registry.npmjs.org/component-type
component-type@1.0.0 node_modules/component-type
$ npm version
  node: '0.10.21',
  npm: '1.3.11'

Are you having trouble installing this module for Balloos.IO?

Can you be more descriptive at the troubleshoot?

sncer commented 10 years ago

"npm install component-type" is OK

marcellodesales commented 10 years ago

Is there any workaround??? I'd like to try it out...