From b692d1f71c2d445d495f7b62bfb751bc0952a8b5 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index adcc7b4..f990419 100644 --- a/README.rst +++ b/README.rst @@ -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