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 b692d1f71c
1 changed files with 3 additions and 2 deletions

View File

@ -24,11 +24,12 @@ 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::
npm install
Installation - Processing