From 487f31dd6101a0ca7b5f31214abfab7f9abf537f Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 14 Oct 2018 11:35:12 +0200 Subject: [PATCH] supported node.js version is latest 10.X.X --- Manual server installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual server installation.md b/Manual server installation.md index 2934e04..c5d45ef 100644 --- a/Manual server installation.md +++ b/Manual server installation.md @@ -2,7 +2,7 @@ This pages describes manually installing Trilium on your server. ## Requirements -Trilium is a [node.js](http://nodejs.org/) application. Supported (tested) version of node.js is latest 8.X.X. Unfortunately node.js 10 currently doesn't work because of problems with scrypt dependency. +Trilium is a [node.js](http://nodejs.org/) application. Supported (tested) version of node.js is latest 10.X.X (note that node.js 10 older than 10.5.0 are buggy and don't work). You can check your node version with this command (node.js needs to be installed): ~~~~