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.
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:
Any solution to make it work with nodejitsu?
Many thanks!