Skip to content

Commit

Permalink
change node version
Browse files Browse the repository at this point in the history
Some users have problems with Node.js 10.9 and postgresql 11.1 combination.
  • Loading branch information
zyuhel authored Dec 17, 2018
1 parent 88b5680 commit 3e8b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3e8b582

Please sign in to comment.