We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0633a commit 5ae467eCopy full SHA for 5ae467e
DEVELOPMENT.md
@@ -1,11 +1,13 @@
1
# Development
2
3
## Prerequisites
4
+
5
Deepkit uses NPM and Lerna to manage this monorepo. Local package linking is managed through the NPM Workspaces.
6
-Make sure `libpq5` and `libpq-dev` are installed, and `python` refers Python2.
7
+Make sure `libpq5` and `libpq-dev` are installed.
8
+These are needed for Postgres client `pg`, which is used in `@deepkit/postgres`.
9
-Node >= v18 is needed.
10
+Node >= v20 is needed.
11
12
## Getting Started
13
0 commit comments