Closed DPros closed 3 years ago
meanwhile, if you are using yarn, you can add
"resolutions": {
"reactive-postgres/pg": "8.7.1"
}
to you package.json
Interesting. i do not get why would an old dependency stop working. Is it because in your app you are also using another version of the dependency?
I just bumped all the dependencies.
Manager in my project isn't starting, seemingly because of an outdated "pg": "~7.7.1" dependency. I tried deleting it (
reactive-postgres/node_modules/pg
), thus making it use the global pg dependency ("pg": "8.5.1") and it finally worked. Is it possible to update pg to a newer version?