How to Install Angular Cli on Ubuntu 18.04 LTS

January 12, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing NodeJS

    How to Install NodeJS on GNU/Linux:

    NodeJS Installation Guide

    Then Update the npm Package Manager:

    sudo npm install npm@latest -g
  2. 3. Installing AngularJs

    Now to Install the Latest Angular Cli on Ubuntu.

    Run:

    sudo npm install -g @angular/cli

    Then to Check the Angular.js Version:

    ng version

    Again to Search for other available Extensions:

    npm search @angular

    Last, to Install a specific Release, E.g. 14.0.0:

    sudo npm install -g @angular/cli@14.0.0
    Terminal search angular

Contents


QuickChic Theme • Powered by WordPress