Mention nodejs version dependency

This is to address https://github.com/aclindsa/moneygo/issues/2, where the older npm/nodejs versions on Ubuntu causes errors when installing cldr-data.
This commit is contained in:
Aaron Lindsay 2017-09-27 10:35:09 -04:00 committed by GitHub
parent 770e86aee8
commit 19848ed991
1 changed files with 3 additions and 2 deletions

View File

@ -32,8 +32,9 @@ view that documentation is to [browse it on github](./docs/index.md).
## Installation
First, install npm, python, curl, and go >= 1.9 in your distribution. Here is
how in Arch Linux:
First, install npm, nodejs >= 6.11.3 (may work on older 6.x.x releases, but this
is untested), python, curl, and go >= 1.9 in your distribution. Here is how in
Arch Linux:
$ sudo pacman -S npm curl go python