Closed vitaly-t closed 6 years ago
Ops, sorry, looks like my local c++ compiler got broken.
@vitaly-t I'm having the same issue. I already ran npm install --global --production windows-build-tools
, and I still get the same error. Can you please tell me more about how you fixed it? Thanks!
@vitaly-t belay that request. I got it to work.
Here's what I did:
npm install --global --production windows-build-tools
.node-pg-native
requirements specified here.npm install
. Everything worked after that!
...outputs:
Tested on Windows 10 64-bit, Node.js 9.4
Note that
node-postgres
in the same configuration installs and works without issues.