micahstubbs commented on issue #2084:
URL: https://github.com/apache/helix/issues/2084#issuecomment-1123006027

   Ahh, spoke too soon. We have a build error.
   
   ```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-10T23:18:51.463Z
   Hash: 71d2d6da0ff17adc81bd
   Time: 13362ms
   chunk {0} runtime.80ab492fe3d778817936.js (runtime) 1.41 kB [entry] 
[rendered]
   chunk {1} main.08a4dae5096073b1e3b1.js (main) 128 bytes [initial] [rendered]
   chunk {2} polyfills.f2ec7f3c988fb0dd4662.js (polyfills) 130 bytes [initial] 
[rendered]
   chunk {3} styles.d0fa613a0ca6430dc8c0.css (styles) 88.3 kB [initial] 
[rendered]
   
   ERROR in : 
   Cannot determine the module for class AxisLabelComponent in 
   /helix/helix-front/node_modules/
   @swimlane/ngx-charts/release/common/axes/axis-label.component.d.ts! 
   Add AxisLabelComponent to the NgModule to fix it.
   
   Cannot determine the module for class XAxisTicksComponent in 
   /helix/helix-front/node_modules/
   @swimlane/ngx-charts/release/common/axes/x-axis-ticks.component.d.ts!
   Add XAxisTicksComponent to the NgModule to fix it.
   
   Cannot determine the module for class XAxisComponent in
   /helix/helix-front/node_modules/
   @swimlane/ngx-charts/release/common/axes/x-axis.component.d.ts!
   Add XAxisComponent to the NgModule to fix it.
   
   Cannot determine the module for class YAxisTicksComponent in
   /helix/helix-front/node_modules/
   @swimlane/ngx-charts/release/common/axes/y-axis-ticks.component.d.ts!
   Add YAxisTicksComponent to the NgModule to fix it.
   
   Cannot determine the module for class YAxisComponent in
   /helix/helix-front/node_modules/
   @swimlane/ngx-charts/release/common/axes/y-axis.component.d.ts! 
   Add YAxisComponent to the NgModule to fix it.
   ```


-- 
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]

Reply via email to