Skip to content
  • Zéfling's avatar
    ng update @angular/cli@11 @angular/core@11 · d03d1b86
    Zéfling authored
    Your global Angular CLI version (13.1.4) is greater than your local version (10.0.7). The local Angular CLI version is used.
    
    To disable this warning use "ng config -g cli.warnings.versionMismatch false".
    The installed local Angular CLI version is older than the latest stable version.
    Installing a temporary version to perform the update.
    Installing packages for tooling via npm.
    Installed packages for tooling via npm.
    Using package manager: 'npm'
    Collecting installed dependencies...
    Found 33 dependencies.
    Fetching dependency metadata from registry...
        Updating package.json with dependency @angular-devkit/build-angular @ "0.1102.19" (was "0.1000.7")...
        Updating package.json with dependency @angular/cli @ "11.2.19" (was "10.0.7")...
        Updating package.json with dependency @angular/compiler-cli @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/language-service @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency karma @ "6.3.20" (was "5.0.9")...
        Updating package.json with dependency ng-packagr @ "11.2.4" (was "10.0.4")...
        Updating package.json with dependency typescript @ "4.1.6" (was "3.9.7")...
        Updating package.json with dependency @angular/animations @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/common @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/compiler @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/core @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/forms @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/platform-browser @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/platform-browser-dynamic @ "11.2.14" (was "10.0.11")...
        Updating package.json with dependency @angular/router @ "11.2.14" (was "10.0.11")...
      UPDATE package.json (1667 bytes)
     Packages successfully installed.
    ** Executing migrations of package '@angular/cli' **
    
    ▸ Removing "Solution Style" TypeScript configuration file support.
      DELETE tsconfig.base.json
      UPDATE tsconfig.json (608 bytes)
      UPDATE e2e/tsconfig.e2e.json (213 bytes)
      UPDATE projects/coloration/tsconfig.lib.json (686 bytes)
      UPDATE projects/coloration/tsconfig.spec.json (246 bytes)
      UPDATE src/tsconfig.app.json (204 bytes)
      UPDATE src/tsconfig.spec.json (256 bytes)
      Migration completed.
    
    ▸ Replace deprecated library builder '@angular-devkit/build-ng-packagr'.
      UPDATE angular.json (5391 bytes)
      UPDATE package.json (1615 bytes)
      Migration completed.
    
    ▸ Add 'declarationMap' compiler options for non production library builds.
      UPDATE projects/coloration/tsconfig.lib.prod.json (152 bytes)
      UPDATE projects/coloration/tsconfig.lib.json (714 bytes)
      Migration completed.
    
    ▸ Remove deprecated options from 'angular.json' that are no longer present in v11.
      UPDATE angular.json (5357 bytes)
      Migration completed.
    
    ▸ Update workspace dependencies to match a new v11 project.
      UPDATE package.json (1615 bytes)
     Packages installed successfully.
      Migration completed.
    
    An unhandled exception occurred: Cannot find module '@angular-devkit/core'
    Require stack:
    - /home/zefling/Documents/Git/coloration-demo/node_modules/@angular/core/schematics/utils/project_tsconfig_paths.js
    - /home/zefling/Documents/Git/coloration-demo/node_modules/@angular/core/schematics/migrations/missing-injectable/index.js
    See "/tmp/ng-aui2i1/angular-errors.log" for further details.
    d03d1b86