-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Cannot find module 'pg-native' ver 3.23.6 #6581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the stack trace isnt very useful... |
that's all i see in console. First SQL line generates by Sequelize. Then 10 seconds active work of eating all memory and then error message when memory out |
I have this issue. However, I'm using a, heavily modified, version of keunlee I did not touch any in core, just change a few things to properly connect to the postgres database. But the files are generated with the same schema. |
@alexey2baranov were you trying to require it with Electron or Webpack? I post the issue in node-postgres repo. I don't know which part fail, but somewhere between Electron and Webpack make me apply comments in the ´index´ of the ´pg´ module. |
No SSCCE provided, closing |
Uh oh!
There was an error while loading. Please reload this page.
i found closed issue #3781 and get the same error on very simple model.findAll()
As I read in previous issue this error can be on client side inside browser (is it possible???). We use it on server side.
The text was updated successfully, but these errors were encountered: