From 706fd132cdcfeedff766454c9487d8158c644005 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 14 Jan 2019 18:20:25 +1100 Subject: [PATCH] Document new npm dependencies --- HOWTO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HOWTO.md b/HOWTO.md index e4311b3..ae441bf 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -12,6 +12,10 @@ Install the Python dependencies. (If doing this in a virtualenv, add the virtual cd /path/to/Eos pip install -r requirements.txt +Install the node dependencies to build the JavaScript code. + + npm install @babel/core @babel/cli @babel/preset-env babelify browserify + Build the JavaScript code. ./build_js.sh