[GitHub Pages Deployment] Client bundle compiled with errors therefore further build is impossible. #8148
Closed
3 of 7 tasks
Labels
closed: duplicate
This issue or pull request already exists in another issue or pull request
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When deploying to github pages all of a sudden build is failing.
When build started failing it was after pulling in a PR for just 1 .md page
Removed said page and still failed.
Was using yarn, switched to pnpm to see if that would change anything but get the same error
`[INFO] [en] Creating an optimized production build...
[info] [webpackbar] Compiling Client
[info] [webpackbar] Compiling Server
[success] [webpackbar] Client: Compiled with some errors in 25.46s
Error: Client bundle compiled with errors therefore further build is impossible.
assets/css/styles.c992ff75.css from Css Minimizer plugin
Error: Call retries were exceeded
assets/css/styles.e0e51a1a.css from Css Minimizer plugin
Error: Call retries were exceeded
ELIFECYCLE Command failed with exit code 1.
Error: Process completed with exit code 1.`
Reproducible demo
No response
Steps to reproduce
commit to github pages
Expected behavior
should build successfully
Actual behavior
build fails
Your environment
Self-service
The text was updated successfully, but these errors were encountered: