Skip to content

Commit 1011cc4

Browse files
dcos: add environment requirement in server deployment (#3262)
--------- Co-authored-by: Farnabaz <[email protected]>
1 parent 8c2afa5 commit 1011cc4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/content/docs/6.deploy/1.server.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ navigation:
1010

1111
Node preset is the default preset for Nuxt, when building your project, Nuxt will output a Node.js server that you can run with `node .output/server/index.mjs`.
1212

13+
## Environment requirement
14+
15+
If you are using the default `better-sqlite3` module to operate the sqlite database,
16+
then you have to deploy to an OS with Glibc version higher than 2.29, eg. Debian 11, Ubuntu 20.04.
17+
18+
::note
19+
You can use `ldd --version` to check the Glibc version. Checkout [issue #3248](https://github.com/nuxt/content/issues/3248) for more details.
20+
::
21+
1322
## Building with Node.js preset
1423

1524
Build project with Nuxt build command:

0 commit comments

Comments
 (0)