micahstubbs commented on issue #2088: URL: https://github.com/apache/helix/issues/2088#issuecomment-1124315510
Here's what we see now: ```py npm run build > [email protected] build /helix/helix-front > rm -rf dist && mkdir dist && ng build --aot --prod && tsc -p server ERROR in ./client/styles.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: Failed to find '@swimlane/ngx-datatable/release/index.css' in [ /helix/helix-front/client ] at resolveModule.catch.catch (/helix/helix-front/node_modules/postcss-import/lib/resolve-id.js:35:13) at runLoaders (/helix/helix-front/node_modules/webpack/lib/NormalModule.js:313:20) at /helix/helix-front/node_modules/loader-runner/lib/LoaderRunner.js:367:11 at /helix/helix-front/node_modules/loader-runner/lib/LoaderRunner.js:233:18 at context.callback (/helix/helix-front/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at Promise.resolve.then.then.catch (/helix/helix-front/node_modules/postcss-loader/src/index.js:208:9) @ multi ./client/styles.scss ./client/theme.scss styles[0] ``` -- 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]
