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 was archived by the owner on Jun 4, 2024. It is now read-only.
I'm using a new m1 macbook, I can't start my project which use pg and pg-native, despite the fact that pg_config is available and libpq is installed on my computer.
Minimal reproduction
when I run this code with node
const Client = require('pg-native');
const client = new Client();
client.connectSync();
I've got the error dyld[a number here]: missing symbol called.
I guess it's due to the new M1 chip, but I have no clue to resolve this.