Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Angular 9 build failed #1200

Closed
Closed
@splincode

Description

@splincode

Bug Report

What is the expected behavior?

$ ng update
$ ng build
[2] 
[2] Compiling @angular/material/button : es2015 as esm2015
[2] 
[2] Compiling @angular/cdk/layout : es2015 as esm2015
[2] 
[2] Compiling @angular/material/snack-bar : es2015 as esm2015
[2] 
[2] Compiling @angular/material/dialog : es2015 as esm2015
[2] 
[2] Compiling @angular/flex-layout/core : es2015 as esm2015
[2] 
[2] Compiling @angular/flex-layout/extended : es2015 as esm2015
[2] 
[2] Compiling @angular/flex-layout/flex : es2015 as esm2015
[2] 
[2] Compiling @angular/flex-layout/grid : es2015 as esm2015
[2] 

[2] ERROR in Failed to compile entry-point @angular/flex-layout (es2015 as esm2015) due to compilation errors:
[2] ../../../../cloud-user/ui-packages/node_modules/@angular/flex-layout/flex/typings/module.d.ts:6:22 - error NG6002: Appears in the NgModule.imports of FlexLayoutModule, but could not be resolved to an NgModule class
[2] 
[2] 6 export declare class FlexModule {
[2]                        ~~~~~~~~~~
[2] ../../../../cloud-user/ui-packages/node_modules/@angular/flex-layout/extended/typings/module.d.ts:6:22 - error NG6002: Appears in the NgModule.imports of FlexLayoutModule, but could not be resolved to an NgModule class
[2] 
[2] 6 export declare class ExtendedModule {
[2]                        ~~~~~~~~~~~~~~
[2] ../../../../cloud-user/ui-packages/node_modules/@angular/flex-layout/grid/typings/module.d.ts:6:22 - error NG6002: Appears in the NgModule.imports of FlexLayoutModule, but could not be resolved to an NgModule class
[2] 
[2] 6 export declare class GridModule {
[2]                        ~~~~~~~~~~
[2] ../../../../cloud-user/ui-packages/node_modules/@angular/flex-layout/flex/typings/module.d.ts:6:22 - error NG6003: Appears in the NgModule.exports of FlexLayoutModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class
[2] 
[2] 6 export declare class FlexModule {
[2]                        ~~~~~~~~~~
[2] ../../../../cloud-user/ui-packages/node_modules/@angular/flex-layout/extended/typings/module.d.ts:6:22 - error NG6003: Appears in the NgModule.exports of FlexLayoutModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class
[2] 
[2] 6 export declare class ExtendedModule {
[2]                        ~~~~~~~~~~~~~~
[2] ../../../../cloud-user/ui-packages/node_modules/@angular/flex-layout/grid/typings/module.d.ts:6:22 - error NG6003: Appears in the NgModule.exports of FlexLayoutModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class
[2] 
[2] 6 export declare class GridModule {
[2]                        ~~~~~~~~~~
[2] 
[2] error Command failed with exit code 1.
[2] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[2] yarn build.test exited with code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions