mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
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:
parent
770e86aee8
commit
19848ed991
@ -32,8 +32,9 @@ view that documentation is to [browse it on github](./docs/index.md).
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
First, install npm, python, curl, and go >= 1.9 in your distribution. Here is
|
First, install npm, nodejs >= 6.11.3 (may work on older 6.x.x releases, but this
|
||||||
how in Arch Linux:
|
is untested), python, curl, and go >= 1.9 in your distribution. Here is how in
|
||||||
|
Arch Linux:
|
||||||
|
|
||||||
$ sudo pacman -S npm curl go python
|
$ sudo pacman -S npm curl go python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user