From 19848ed99139db25dd63f0851c0823854af09d18 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 27 Sep 2017 10:35:09 -0400 Subject: [PATCH] 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. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cba0afe..83ee4a1 100644 --- a/README.md +++ b/README.md @@ -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