Closed iscekic closed 9 years ago
You need to wait for the release of libpq
with support for iojs 3.0.0 or, alternatively, bump the dependency manually on your project's package.json
, like so:
"libpq": "git+ssh://git@github.com/kkoopa/node-libpq#nan2",
This will make pg-native
compatible with the latest iojs for now.
Thanks!