mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
docs: add note about node.js 22 requirement
This commit is contained in:
@@ -6,6 +6,7 @@ import InstallBknd from '/snippets/install-bknd.mdx';
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
To get started with Node and bknd you can either install the package manually, and follow the descriptions below, or use the CLI starter:
|
||||
|
||||
<Tabs>
|
||||
@@ -24,6 +25,11 @@ To get started with Node and bknd you can either install the package manually, a
|
||||
</Tabs>
|
||||
|
||||
## Serve the API & static files
|
||||
|
||||
<Warning>
|
||||
When run with Node.js, a version of 22 (LTS) or higher is required. Please verify your version by running `node -v`, and [upgrade](https://nodejs.org/en/download/) if necessary.
|
||||
</Warning>
|
||||
|
||||
The `serve` function of the Node adapter makes sure to also serve the static files required for
|
||||
the admin panel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user