Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

installation fail :( #205

Open imgntn opened 11 years ago

imgntn commented 11 years ago

running ubuntu 12.04 LTS...


node-gyp configure build

gyp WARN install got an error, rolling back install gyp ERR! configure error gyp ERR! stack Error: EACCES, stat '/root/.node-gyp/0.8.5' gyp ERR! System Linux 3.2.0-27-virtual gyp ERR! command "node" "/usr/lib/nodejs/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build" gyp ERR! cwd /home/ubuntu/foodpoisoning/backend/node_modules/now/node_modules/node-proxy gyp ERR! node -v v0.8.5 gyp ERR! node-gyp -v v0.6.3 gyp ERR! not ok npm ERR! node-proxy@0.6.0 install: node-gyp configure build npm ERR! sh "-c" "node-gyp configure build" failed with 1 npm ERR! npm ERR! Failed at the node-proxy@0.6.0 install script. npm ERR! This is most likely a problem with the node-proxy package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp configure build npm ERR! You can get their info via: npm ERR! npm owner ls node-proxy npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.2.0-27-virtual npm ERR! command "nodejs" "/usr/bin/npm" "install" "now" npm ERR! cwd /home/ubuntu/foodpoisoning/backend npm ERR! node -v v0.8.5 npm ERR! npm -v 1.1.46 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/ubuntu/foodpoisoning/backend/npm-debug.log npm ERR! not ok code 0

flosse commented 11 years ago

...same problem with v0.8.7

goldfire commented 11 years ago

It looks like the problem might actually be with node-proxy, if the error messages are to be trusted.

jhvst commented 11 years ago

It surely seems so. Kind of pity that I can't deploy my applications either.