From 87972d44dd338a940048804d3fc4107e490b59dc Mon Sep 17 00:00:00 2001 From: Anand Bhat Date: Mon, 8 Nov 2021 19:44:56 +0530 Subject: [PATCH] Updated Node.js Installation Command Package nodejs-legacy is not available and has been obsoleted Updated npm installation command Change-Id: I738d0a830e9197e64868cc528fcae20f8942c5d6 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index adcc7b4..7058a03 100644 --- a/README.rst +++ b/README.rst @@ -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::