On ubuntu you also need nodejs-legacy

On ubuntu you also need nodejs-legacy, otherwise the node executable
does not exist.
This commit is contained in:
Sachi King 2015-08-12 13:02:02 +10:00
parent dcc0da3d14
commit a9dd483839
1 changed files with 1 additions and 1 deletions

View File

@ -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::