Updated Node.js Installation Command
Package nodejs-legacy is not available and has been obsoleted Updated npm installation command Change-Id: I738d0a830e9197e64868cc528fcae20f8942c5d6
This commit is contained in:
parent
3dd900ae8d
commit
87972d44dd
@ -24,7 +24,8 @@ Installation - Frontend
|
||||
-----------------------
|
||||
Installation of the frontend requires Node.js and Gulp. On Ubuntu::
|
||||
|
||||
sudo apt-get install nodejs npm nodejs-legacy
|
||||
sudo apt-get install nodejs
|
||||
sudo apt-get install npm
|
||||
sudo npm install -g gulp
|
||||
|
||||
Then, install the Node modules by running, from the project directory::
|
||||
|
Loading…
Reference in New Issue
Block a user