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.37k stars 493 forks source link

No compatible version found: component-type@'component/type' ["1.0.0"], node -v v0.10.24, npm -v 1.3.23 #103

Closed marcellodesales closed 10 years ago

marcellodesales commented 10 years ago

Hi everyone,

I'm really interested in experimenting Balloons IO in my office and I can't build it locally... Is there anything I should verify? I'm a beginner with NPM...

[root@pppdc9prd0h2 Balloons.IO]# npm install npm WARN package.json Balloons.io@0.0.1 No repository field. npm http GET https://registry.npmjs.org/express/3.3.4 npm http GET https://registry.npmjs.org/debug npm http GET https://registry.npmjs.org/connect npm http GET https://registry.npmjs.org/jade npm http GET https://registry.npmjs.org/cookie npm http GET https://registry.npmjs.org/redis/0.7.2 npm http GET https://registry.npmjs.org/connect-redis npm http GET https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/passport npm http GET https://registry.npmjs.org/passport-facebook npm http GET https://registry.npmjs.org/passport-twitter npm http GET https://registry.npmjs.org/component-type npm http 200 https://registry.npmjs.org/cookie npm http 200 https://registry.npmjs.org/passport-twitter npm http 200 https://registry.npmjs.org/debug npm http 200 https://registry.npmjs.org/connect-redis npm http 200 https://registry.npmjs.org/express/3.3.4 npm http 200 https://registry.npmjs.org/component-type npm http GET https://registry.npmjs.org/express/-/express-3.3.4.tgz npm http 200 https://registry.npmjs.org/redis/0.7.2 npm http 200 https://registry.npmjs.org/passport npm http GET https://registry.npmjs.org/redis/-/redis-0.7.2.tgz npm http 200 https://registry.npmjs.org/passport-facebook npm http 200 https://registry.npmjs.org/socket.io npm http 200 https://registry.npmjs.org/connect npm http 200 https://registry.npmjs.org/express/-/express-3.3.4.tgz npm http 200 https://registry.npmjs.org/redis/-/redis-0.7.2.tgz npm http 200 https://registry.npmjs.org/jade npm ERR! notarget No compatible version found: component-type@'component/type' npm ERR! notarget Valid install targets: npm ERR! notarget ["1.0.0"] npm ERR! notarget npm ERR! notarget This is most likely not a problem with npm itself. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

npm ERR! System Linux 2.6.32-220.el6.x86_64 npm ERR! command "node" "/usr/bin/npm" "install" npm ERR! cwd /app_local/github/Balloons.IO npm ERR! node -v v0.10.24 npm ERR! npm -v 1.3.23 npm ERR! code ETARGET npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /app_local/github/Balloons.IO/npm-debug.log npm ERR! not ok code 0

cristiandouce commented 10 years ago

Closing as duplicate. #96

matifayaz commented 10 years ago

I was facing the same issue and I've fixed it by specifying the version of module 'conponent-type' in package.json. So instead of: "component-type": "component/type", it should be like: "component-type": "1.0.0",