NodeJS Environment Setup

Install NodeJS

Follow the instructions below to install the NodeJS:

  1. Navigate to the NodeJS scripts directory on the server:

    cd ~/scripts/environment/nodejs
    
  2. Invoke the NodeJS installation script:

    ./install_nodejs.sh
    

Install NPM

Follow the instructions below to install NPM:

  1. Navigate to the npm scripts directory on the server:

    cd ~/scripts/environment/npm
    
  2. Invoke the npm installation script:

    ./install_npm.sh
    

Install Angular

Follow the instructions below to install Angular:

  1. Navigate to the Angular scripts directory on the server:

    cd ~/scripts/environment/angular
    
  2. Invoke the Angular installation script:

    ./install_angular.sh