Open jayrosen1576 opened 7 years ago
copy paste all .dll files in PostgreSQL's bin directory to C:\Windows
I copied below dll's and it worked, voila! libcurl.dll, libeay32.dll, libiconv-2.dll, libintl-8.dll, libpq.dll, libxml2.dll, libxslt.dll, ssleay32.dll, zlib1.dll
attempting to start a node.js app with 'pg-native' throws the following error:
I am running Windows (unfortunately) and have C++ redistributable, postgres and node installed properly. I run the same code on my MAc and it's fine. Any ideas would be a huge help. If I remove var pgNative = require('pg-native'); the app starts up fine.