From 3e8b58271383df11e7286ac2a30f64b60de3bb38 Mon Sep 17 00:00:00 2001 From: zyuhel Date: Mon, 17 Dec 2018 11:50:45 +0300 Subject: [PATCH] change node version Some users have problems with Node.js 10.9 and postgresql 11.1 combination. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe1a2eb..ca388df6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For making process simplier, you can use tools/install_ubuntu_dependencies.sh sc ``` curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash - nvm install v10.9.0 + nvm install v10.14.2 ``` - Install PostgreSQL (version 9.6.2):