Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 712 Bytes

File metadata and controls

34 lines (29 loc) · 712 Bytes

CSE343-Software-Engineering-Fall2019

Group repositories and usage

Group4-Operate :

  • Node.js Installation on Ubuntu

    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 nodejs
    

    Step 3 – Check Node.js and NPM Version

    It should be above 4.17.1

    $ node -v 
    
    $ npm -v 
    
  • How to run?

    $ npm i
    
    $ node index.js
    

    you can find all the files in here