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:
Anand Bhat 2021-11-08 19:44:56 +05:30
parent 3dd900ae8d
commit 87972d44dd
1 changed files with 2 additions and 1 deletions

View File

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