TooTallNate / node-time

"time.h" bindings for Node.js
MIT License
382 stars 84 forks source link

Nodejitsu issue #70

Open perminder-klair opened 9 years ago

perminder-klair commented 9 years ago

Hello,

I am using Time module in my app, it's all working great. But when I try to push and install my app on nodejitsu, it gives me this error:

This isn't a problem with Nodejitsu. It is a problem with your application. Look at your jitsu log output from npm:

npm ERR! Failed at the time@0.11.1 install script.
npm ERR! This is most likely a problem with the time package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls time
npm ERR! There is likely additional logging output above.

Any solution to make it work with nodejitsu?

Many thanks!

hengkiardo commented 9 years ago

same error also with me @TooTallNate node-gym

i'm using ubuntu 14.04 with node version 0.10.36

perminder-klair commented 9 years ago

@aredo try to install v0.8.4 of node-time, downgrading sorted issue for me.