You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
I have some error when I add option {pgNative: true} to initialize pg-promise. When I use node v.8.12.0 all was OK, but when I change it on node v12.15.0 there is a problem. Segmentation fault (core dumped) npm ERR! code ELIFECYCLE npm ERR! errno 139
Also I read that some problem can happened because openssl version < than 1.1.1 and I upgraded openssl to 1.1.1d but nothing is not working. Please help.
Version of pg-promise: 10.4.3
Version of pg-native: 3.0.0
OS type (Linux/Windows/Mac): Linux
Version of Node.js: 12.15.0
The text was updated successfully, but these errors were encountered:
I have some error when I add option {pgNative: true} to initialize pg-promise. When I use node v.8.12.0 all was OK, but when I change it on node v12.15.0 there is a problem.
Segmentation fault (core dumped) npm ERR! code ELIFECYCLE npm ERR! errno 139
Also I read that some problem can happened because openssl version < than 1.1.1 and I upgraded openssl to 1.1.1d but nothing is not working. Please help.
Version of pg-promise: 10.4.3
Version of pg-native: 3.0.0
OS type (Linux/Windows/Mac): Linux
Version of Node.js: 12.15.0
The text was updated successfully, but these errors were encountered: