brianc / node-pg-native

Native (C/C++) bindings to PostgreSQL with sync and async options.
247 stars 44 forks source link

Support for NodeJS 4.x #65

Closed jalik closed 6 years ago

jalik commented 6 years ago

Hi, is there a reason why this code cannot run under node 4.x ? Is it a limitation in the package.json or a real limitation because you use incompatible syntax in the code ?

charmander commented 6 years ago

pg-native is compatible with Node 4, and so is pg; just make sure you’re using the latest version (4.8.7).

jalik commented 6 years ago

Sorry, I did some tests with pg, node 4 and webpack, and got a lot of errors like missing modules. I did it wrong and used gulp instead, it's now working fine. Thank you !