Skip to content

Commit

Permalink
chore: add FAQ for DriverPackageNotInstalledError
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 17, 2024
1 parent 2ec97ec commit 8add860
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,15 @@ There's some API types that are generated automatically from their swagger defin

```bash
yarn gen:types
```
```

# FAQ

## Typeorm `DriverPackageNotInstalledError`

```
{"type":"DriverPackageNotInstalledError","message":"Postgres package has not been found installed. Try to install it: npm install pg --save","stack":"DriverPackageNotInstalledError: Postgres package has not been found installed. Try to install it: npm install pg
```

If you have faced the error above - check this fix and its description:
https://github.com/cowprotocol/bff/pull/101

0 comments on commit 8add860

Please sign in to comment.