micahstubbs commented on issue #2053: URL: https://github.com/apache/helix/issues/2053#issuecomment-1118064303
`npm run build` fails with this log. I'll pick up here next time. This upgrade to Angular 6.1 is _almost_ done 🤞 ```py npm run build > [email protected] build /helix/helix-front > rm -rf dist && mkdir dist && ng build --aot --prod && tsc -p server Date: 2022-05-05T00:45:41.224Z Hash: 68266db706cfe5dc9f9c Time: 14299ms chunk {0} runtime.06daa30a2963fa413676.js (runtime) 1.44 kB [entry] [rendered] chunk {1} main.8b8040c86f701990c967.js (main) 128 bytes [initial] [rendered] chunk {2} polyfills.63d6937766727c57970f.js (polyfills) 130 bytes [initial] [rendered] chunk {3} styles.8d5b34660fde16b98bd3.css (styles) 135 kB [initial] [rendered] ERROR in node_modules/rxjs/ReplaySubject.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/ReplaySubject'. node_modules/angulartics2/dist/core/angulartics2.d.ts(1,10): error TS2305: Module '"/helix/helix-front/node_modules/rxjs/ReplaySubject"' has no exported member 'ReplaySubject'. client/app/shared/node-viewer/node-viewer.component.ts(236,17): error TS2339: Property 'value' does not exist on type 'number | ListFieldObject | ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'. Property 'value' does not exist on type 'number'. client/app/shared/node-viewer/node-viewer.component.ts(240,35): error TS2345: Argument of type 'number | ListFieldObject | ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...' is not assignable to parameter of type 'ListFieldObject'. Type 'number' is not assignable to type 'ListFieldObject'. client/app/shared/node-viewer/node-viewer.component.ts(247,27): error TS2339: Property 'value' does not exist on type 'number | MapFieldObject | ((...items: MapFieldObject[]) => number) | ((searchElement: MapFieldObj...'. Property 'value' does not exist on type 'number'. client/app/shared/node-viewer/node-viewer.component.ts(273,43): error TS2339: Property 'value' does not exist on type 'number | ListFieldObject | ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'. Property 'value' does not exist on type 'number'. client/app/shared/node-viewer/node-viewer.component.ts(275,19): error TS2339: Property 'value' does not exist on type 'number | ListFieldObject | ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'. Property 'value' does not exist on type 'number'. client/app/shared/node-viewer/node-viewer.component.ts(277,19): error TS2339: Property 'value' does not exist on type 'number | ListFieldObject | ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'. Property 'value' does not exist on type 'number'. client/app/shared/node-viewer/node-viewer.component.ts(279,35): error TS2345: Argument of type 'number | ListFieldObject | ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...' is not assignable to parameter of type 'ListFieldObject'. Type 'number' is not assignable to type 'ListFieldObject'. client/app/shared/node-viewer/node-viewer.component.ts(289,27): error TS2339: Property 'value' does not exist on type 'number | MapFieldObject | ((...items: MapFieldObject[]) => number) | ((searchElement: MapFieldObj...'. Property 'value' does not exist on type 'number'. client/app/core/helix.service.ts(20,5): error TS2322: Type 'Observable<Object>' is not assignable to type 'Observable<boolean>'. Type 'Object' is not assignable to type 'boolean'. client/app/resource/resource-list/resource-list.component.ts(62,12): error TS2339: Property 'map' does not exist on type 'Observable<Params>'. client/app/controller/shared/controller.service.ts(12,8): error TS2339: Property 'map' does not exist on type 'Observable<any>'. client/app/history/shared/history.service.ts(13,8): error TS2339: Property 'map' does not exist on type 'Observable<any>'. client/app/history/shared/history.service.ts(19,8): error TS2339: Property 'map' does not exist on type 'Observable<any>'. client/app/workflow/shared/job.service.ts(12,8): error TS2339: Property 'map' does not exist on type 'Observable<any>'. client/app/dashboard/dashboard.component.ts(145,8): error TS2339: Property 'map' does not exist on type 'Observable<Params>'. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
