Your global Angular CLI version (8.3.3) is greater than your local version (1.6.5). The local Angular CLI version is used.

Warning - Your global Angular CLI version (8.3.3) is greater than your local
version (1.6.5). The local Angular CLI version is used.

Explanation - When you run an angular application and you have different versions of Angular CLI installed globally and in local project then you can see this warning or error.

Solution - There are 3 things here.
  1. Either you can continue with this warning
  2. You can install matching version of angular CLI to global in local project by using below command.
        npm install @angular/cli@version

      3. Install Latest version of Angular CLI globally and in project as well.

        To install latest angular CLI globally use below command.
        npm install -g @angular/cli

        To install latest angular CLI in project use below command.
        npm install @angular/cli


Thanks

Comments

Popular posts from this blog

Swagger for Azure functions: Undocumented TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body. Fixed.

Fixed: The required column was not present in the results of a 'FromSql' operation in asp.net core EF core

Severity Code Description Project File Line Suppression State Error Unable to resolve dependencies. 'Xamarin.Android.Support.Design 24.2.1' is not compatible with 'Xamarin.Forms 2.3.3.180 constraint: Xamarin.Android.Support.Design (= 23.3.0)'. 0