diff options
author | Xaver Maierhofer | 2018-10-06 22:45:42 +0200 |
---|---|---|
committer | Xaver Maierhofer | 2018-10-07 02:33:38 +0200 |
commit | fd54e3f3ac7cbac9dce43397fa746a53e2561ad3 (patch) | |
tree | ad2c13edcfb33d047da256512b36910fa036d138 | |
parent | 53ad4ef55544dadd3cb41b3ccf638db8915643bf (diff) |
Update supported node.js version
Support includes v9.x, but no v10.x
Signed-off-by: Xaver Maierhofer <xaver.maierhofer@xwissen.info>
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |