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
I have the same issue. I had a project working fine on Ubuntu and then set it up on my MacBook, where createConnection().then() never actually runs. Nor does catch().
MacOS Catalina 10.15.4
How to reproduce, simply install using quick guide
It will simply return
When troubleshooting I found that neither the code in then and catch got executed. After modifying the code, to something like
the connection will be in state Pending and then the program simply skip then and catch and terminate.
I have ask a friend to try it on his mac and he get the same issue.
there the package.json generated by the typeorm install
and the ormconfig.json
and made sure a postgres db with those credential existed using the psql command.
The tsconfig.json generated
The lib and target seem a little old to support async/await. I tried updating it to es2017, es2018, and esnext but no luck
The text was updated successfully, but these errors were encountered: