zhm / node-pg-query-native

PostgreSQL Query Parser for Node.js
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

Install Errors #3

Open nikhilmadhamshettiwar opened 7 years ago

nikhilmadhamshettiwar commented 7 years ago

Trying to install this on the windows machine. getting build error attached are error details and npm log npmierror

Thanks

lfittl commented 7 years ago

This might be related to the underlying library (libpg_query) not having official Windows support.

If you want to add support I would recommend starting with trying to compile https://github.com/lfittl/libpg_query (but note that I won't be able to help much, since I only have Linux/macOS machines available)