Compiling @angular/core : es2015 as esm2015
Compiling @angular/animations : es2015 as esm2015
Compiling @angular/compiler/testing : es2015 as esm2015
Compiling @angular/common : es2015 as esm2015
Compiling @angular/animations/browser : es2015 as esm2015
Compiling @angular/core/testing : es2015 as esm2015
Compiling @angular/platform-browser : es2015 as esm2015
Compiling @angular/common/http : es2015 as esm2015
Compiling @angular/router : es2015 as esm2015
Compiling @angular/common/testing : es2015 as esm2015
Compiling @angular/animations/browser/testing : es2015 as esm2015
Compiling @angular/forms : es2015 as esm2015
Compiling @angular/platform-browser/testing : es2015 as esm2015
Compiling @angular/platform-browser-dynamic : es2015 as esm2015
Compiling @angular/platform-browser/animations : es2015 as esm2015
Compiling @angular/common/http/testing : es2015 as esm2015
Compiling @angular/router/testing : es2015 as esm2015
Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015

chunk {main} main.js, main.js.map (main) 57.8 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 141 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 12.4 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 2.42 MB [initial] [rendered]
Date: 2020-09-02T12:37:22.104Z - Hash: e1649ef676cf0f0ffa59 - Time: 9121ms
** Angular Live Development Server is listening on localhost:1234, open your browser on http://localhost:1234/ **
: Compiled successfully.

Date: 2020-09-02T12:41:41.297Z - Hash: d537e0767db949c43229
5 unchanged chunks

Time: 1037ms

ERROR in The target entry-point "@progress/kendo-angular-menu" has missing dependencies:
 - @progress/kendo-angular-l10n
 - @progress/kendo-angular-common
 - @progress/kendo-angular-popup


    ERROR in node_modules/@progress/kendo-angular-menu/dist/es2015/services/navigation.service.d.ts:6:37 - error TS2307:
 Cannot find module '@progress/kendo-angular-l10n' or its corresponding type declarations.

    6 import { LocalizationService } from '@progress/kendo-angular-l10n';
                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    node_modules/@progress/kendo-angular-menu/dist/es2015/menu.component.d.ts:6:37 - error TS2307: Cannot find module '@progress/kendo-angular-l10n' or its corresponding type declarations.

    6 import { LocalizationService } from '@progress/kendo-angular-l10n';
                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    node_modules/@progress/kendo-angular-menu/dist/es2015/rendering/item.component.d.ts:8:30 - error TS2307: Cannot find module '@progress/kendo-angular-popup' or its corresponding type declarations.

    8 import { PopupService } from '@progress/kendo-angular-popup';
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    node_modules/@progress/kendo-angular-menu/dist/es2015/context-menu/context-menu.component.d.ts:6:72 - error TS2307: Cannot find module '@progress/kendo-angular-popup' or its corresponding type declarations.

    6 import { PopupService, Offset, Align, Collision, PopupAnimation } from '@progress/kendo-angular-popup';
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Date: 2020-09-02T12:41:54.201Z - Hash: 2b9012a6dd940926131e
5 unchanged chunks

Time: 208ms

ERROR in Debug Failure. False expression.

    ERROR in node_modules/@progress/kendo-angular-menu/dist/es2015/menu.module.d.ts:37:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

    This likely means that the library (@progress/kendo-angular-menu) which declares MenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

    37 export declare class MenuModule {
                            ~~~~~~~~~~

