when using babel, pg-native is always required (and fails if not present) · Issue #838 · brianc/node-postgres

I'm not sure if this is a Babel or a node-postgres bug, steps to reproduce: export PATH=$PATH:/tmp/iojs-v3.0.0-linux-x64/bin/:./node_modules/.bin mkdir t cd t npm install babel pg # create a t.js f...