Hello,
I recently added htmlstrip module as a dependency to my nodejs app.
While npm install works on OSX/Linux, it fails on Windows (another developer is using Windows to work on the same project).
Setting the problem of choosing Windows as a development system aside, was anyone able to get that module to work on Windows?
I'm guessing this is related to c/cpp compilation (htmlstrip-native has native code inside).
I would appreciate any help in this matter.
Thanks,
M