Npm 在安装现有项目的依赖项时,我在angular中遇到错误

Npm 在安装现有项目的依赖项时,我在angular中遇到错误,npm,angular-cli,Npm,Angular Cli,cli的本地系统验证: _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | |

cli的本地系统验证:

         _                      _                 ____ _     ___
        / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
       / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
      / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
     /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                    |___/


    Angular CLI: 6.1.5
    Node: 11.8.0
    OS: linux x64
    Angular: 6.1.10
    ... animations, common, compiler, compiler-cli, core, forms
    ... http, language-service, platform-browser
    ... platform-browser-dynamic, router

    Package                           Version
    -----------------------------------------------------------
    @angular-devkit/architect         0.7.5
    @angular-devkit/build-angular     0.7.5
    @angular-devkit/build-optimizer   0.7.5
    @angular-devkit/build-webpack     0.7.5
    @angular-devkit/core              0.7.5
    @angular-devkit/schematics        0.7.5
    @angular/cdk                      7.1.0
    @angular/cli                      6.1.5
    @angular/fire                     5.1.0
    @angular/material                 7.1.0
    @ngtools/webpack                  6.1.5
    @schematics/angular               0.7.5
    @schematics/update                0.7.5
    rxjs                              6.3.3
    typescript                        2.7.2
    webpack                           4.9.2
我正在尝试运行现有的angular项目。 使用npm安装

但它在安装依赖项时给了我上述错误

我已经分享了angular for project的版本,我的系统也请看一看

该项目是使用6.1.5角版本开发的

我的本地系统上有6.0.1版本

         _                      _                 ____ _     ___
        / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
       / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
      / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
     /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                    |___/


    Angular CLI: 6.1.5
    Node: 11.8.0
    OS: linux x64
    Angular: 6.1.10
    ... animations, common, compiler, compiler-cli, core, forms
    ... http, language-service, platform-browser
    ... platform-browser-dynamic, router

    Package                           Version
    -----------------------------------------------------------
    @angular-devkit/architect         0.7.5
    @angular-devkit/build-angular     0.7.5
    @angular-devkit/build-optimizer   0.7.5
    @angular-devkit/build-webpack     0.7.5
    @angular-devkit/core              0.7.5
    @angular-devkit/schematics        0.7.5
    @angular/cdk                      7.1.0
    @angular/cli                      6.1.5
    @angular/fire                     5.1.0
    @angular/material                 7.1.0
    @ngtools/webpack                  6.1.5
    @schematics/angular               0.7.5
    @schematics/update                0.7.5
    rxjs                              6.3.3
    typescript                        2.7.2
    webpack                           4.9.2
    Your global Angular CLI version (6.1.5) is greater than your local
    version (6.0.1). The local Angular CLI version is used.

    To disable this warning use "ng config -g cli.warnings.versionMismatch false".

         _                      _                 ____ _     ___
        / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
       / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
      / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
     /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                    |___/


    Angular CLI: 6.0.1
    Node: 11.8.0
    OS: linux x64
    Angular: 
    ... 

    Package                      Version
    ------------------------------------------------------
    @angular-devkit/architect    0.6.1
    @angular-devkit/core         0.6.1
    @angular-devkit/schematics   0.6.1
    @angular/cli                 6.0.1
    @schematics/angular          0.6.1
    @schematics/update           0.6.1
    rxjs                         6.3.3
    typescript                   2.7.2