Group4-Operate :
-
Step 1 – Add Node.js PPA
$ sudo apt-get install curl $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -Step 2 – Install Node.js
$ sudo apt-get install nodejsStep 3 – Check Node.js and NPM Version
It should be above 4.17.1
$ node -v$ npm -v -
$ npm i$ node index.jsyou can find all the files in here