From fd54e3f3ac7cbac9dce43397fa746a53e2561ad3 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sat, 6 Oct 2018 22:45:42 +0200 Subject: [PATCH] Update supported node.js version Support includes v9.x, but no v10.x Signed-off-by: Xaver Maierhofer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325858aa5..a8ebf60d8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Just to more confusion: We are still friends with HackMD :heart: ### Prerequisite -- Node.js 6.x or up (test up to 7.5.0) +- Node.js 6.x or up (test up to 7.5.0) and <10.x - Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8` - npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation)) - For **building** CodiMD we recommend to use a machine with at least **2GB** RAM