From a9dd483839e3041ff0e00f23d1d88408aeb2e422 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Wed, 12 Aug 2015 13:02:02 +1000 Subject: [PATCH] On ubuntu you also need nodejs-legacy On ubuntu you also need nodejs-legacy, otherwise the node executable does not exist. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cd6b647..a4b30f9 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Installation ============ Installation of the frontend requires Node.js and Bower. On Ubuntu:: - sudo apt-get install nodejs npm + sudo apt-get install nodejs npm nodejs-legacy sudo npm install -g bower Then, install the Bower components by running, from the project directory::