As with Node 0.8, the waf build system has been removed and replaced with a cross-platform node-gyp .
To run gyp on Windows, you need Python 2.7 and MS Visual C ++ (and to build x64, Win 7 x64 SDKs ).
Of course, gyp will not help you install the right package (since it uses waf). As a rule, you need to get the project installer to switch to a new build system or develop it and fix it yourself (this is not that difficult ).
However, it seems that the author of node -png actually added gyp bindings to the GitHub repo , but doesnβt have moved these changes to npm (maybe they still do not work). You can try to clone the repo and see if you can build it.
source share