From 0c04f800f3c0019f6601cd0dc4ebe686be99d9a8 Mon Sep 17 00:00:00 2001 From: Yuanhao Luo Date: Wed, 15 Aug 2018 15:03:57 +0800 Subject: [PATCH] Update README.md Also install nodejs-legacy while installing nodejs, otherwise "gyp: Call to 'node -e "require('nan')"' returned exit status 127" may occur while running command "cd utill/monitor && npm install && cd ../.." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 613d6044..b1f28b15 100755 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ _Note: The following example is a quick start setup. For further details, see th - Maven (e.g. with `sudo apt-get install maven`) - Java JDK (Java version 7 or higher, e.g. with `sudo apt-get install openjdk-1.7-jdk`) - ZeroMQ (e.g. with `sudo apt-get install libzmq3-dev`) - - NodeJS (e.g. with `sudo apt-get install nodejs`) + - NodeJS (e.g. with `sudo apt-get install nodejs nodejs-legacy`) 2. Package Barefoot JAR. (Includes dependencies and executable main class.)