Comment 24 for bug 1993823

Revision history for this message
Blake GH (bmagic) wrote :

All,

I am having issues installing Evergreen with this patch added on top of main. I'm using Ubuntu Jammy. The issue is during the eg2 ng build --configuration=production step.

I've attempted it in two different scenarios. Same error. Here's what I'm getting:

./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/bootstrap-5-css-only/css/bootstrap.min.css - Warning: Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(6:29521) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

./src/app/staff/share/patron/search.component.css?ngResource - Warning: Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(9:3) autoprefixer: start value has mixed support, consider using flex-start instead

Error: src/app/staff/reporter/full/editor.component.html:76:7 - error NG8002: Can't bind to 'showExpandAll' since it isn't a known property of 'eg-tree'.
1. If 'eg-tree' is an Angular component and it has 'showExpandAll' input, then verify that it is part of this module.
2. If 'eg-tree' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

76 [showExpandAll]="false"
         ~~~~~~~~~~~~~~~~~~~~~~~

  src/app/staff/reporter/full/editor.component.ts:16:18
    16 templateUrl: './editor.component.html',
                        ~~~~~~~~~~~~~~~~~~~~~~~~~
    Error occurs in the template of component FullReporterEditorComponent.

Error: src/app/staff/reporter/full/editor.component.ts:115:42 - error TS2551: Property 'findNodePath' does not exist on type 'Tree'. Did you mean 'findNode'?

115 f.path = this.currentIdlTree.findNodePath(this.currentIdlNode);
                                             ~~~~~~~~~~~~

  src/app/share/tree/tree.ts:96:5
    96 findNode(id: any): TreeNode {
           ~~~~~~~~
    'findNode' is declared here.

Error: src/app/staff/reporter/full/reporter-field.component.ts:89:65 - error TS2554: Expected 1 arguments, but got 2.

89 && this.idl.getClassSelector(fmField.class, true)
                                                                   ~~~~

Error: src/app/staff/reporter/full/reporter-field.component.ts:191:14 - error TS2339: Property 'toggleStateFlag' does not exist on type 'TreeNode'.

191 node.toggleStateFlag();
                 ~~~~~~~~~~~~~~~

Error: src/app/staff/reporter/full/reporter-field.component.ts:196:48 - error TS2339: Property 'findStateFlagNodes' does not exist on type 'Tree'.

196 this.field.filter_value = this.orgTree.findStateFlagNodes().map(x => x.id);
                                                   ~~~~~~~~~~~~~~~~~~

Error: src/app/staff/reporter/full/reporter-field.component.ts:244:26 - error TS2339: Property 'findStateFlagNodes' does not exist on type 'Tree'.

244 this.orgTree.findStateFlagNodes().map(x => x.stateFlag = false);
                             ~~~~~~~~~~~~~~~~~~