Results 12 comments of Pierre Inglebert

Building addon is a bit more complicated on windows. Look at this https://github.com/TooTallNate/node-gyp#installation I will try to add precompiled binaries for next version of node-zopfli.

made it work on a fresh w7 with [VS Express](http://go.microsoft.com/?linkid=9816758) and [Python](https://www.python.org/download/releases/2.7.6) installed. That's the only solution until i add precompiled libs in https://github.com/pierreinglebert/node-zopfli

@eggbit : can you try "npm install node-zopfli" ? ( With W7 64bit & nodejs 0.10 )

@eggbit you should try the new version with a better support for windows.

This lib is for handling JSON and JSON does not specify how dates should be serialized so it's kinda an expected behavior. Maybe it's possible to call "toJSON()" for objects...

When you say 'irregular', you mean you have it randomly ? What's your nodejs version ? (/usr/bin/env/node -v)

So we can assume that the file sometimes disappears (atm I don't think this is related to this module in particular) Is it a shared resource ? Is there any...

Hello, what OS are you using ?

The python dependency comes from the code compilation ie prebuild / prebuild-install / node-gyp. I think it would need to revamp that part with the new tools