Hi <@U01JVDKASAC> - Happy New Year.. Wondering if ...
# seed
k
Hi @Frank - Happy New Year.. Wondering if you can help me with a seed build error. does this ring any bell? - Failed to compile.Failed to minify the bundle.
Copy code
Building static site frontend> frontend@0.1.0 build /tmp/seed/source/frontend> react-scripts buildCreating an optimized production build...Failed to compile.Failed to minify the bundle. Error: static/js/2.8cbf02df.chunk.js from TerserError: Call retries were exceeded at /tmp/seed/source/frontend/node_modules/react-scripts/scripts/build.js:188:23 at finalCallback (/tmp/seed/source/frontend/node_modules/webpack/lib/Compiler.js:257:39) at /tmp/seed/source/frontend/node_modules/webpack/lib/Compiler.js:273:13 at AsyncSeriesHook.eval [as callAsync] (eval at create (/tmp/seed/source/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1) at AsyncSeriesHook.lazyCompileHook (/tmp/seed/source/frontend/node_modules/tapable/lib/Hook.js:154:20) at onCompiled (/tmp/seed/source/frontend/node_modules/webpack/lib/Compiler.js:271:21) at /tmp/seed/source/frontend/node_modules/webpack/lib/Compiler.js:681:15 at AsyncSeriesHook.eval [as callAsync] (eval at create (/tmp/seed/source/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1) at AsyncSeriesHook.lazyCompileHook (/tmp/seed/source/frontend/node_modules/tapable/lib/Hook.js:154:20) at /tmp/seed/source/frontend/node_modules/webpack/lib/Compiler.js:678:31 at AsyncSeriesHook.eval [as callAsync] (eval at create (/tmp/seed/source/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1) at AsyncSeriesHook.lazyCompileHook (/tmp/seed/source/frontend/node_modules/tapable/lib/Hook.js:154:20) at /tmp/seed/source/frontend/node_modules/webpack/lib/Compilation.js:1423:35 at AsyncSeriesHook.eval [as callAsync] (eval at create (/tmp/seed/source/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1) at AsyncSeriesHook.lazyCompileHook (/tmp/seed/source/frontend/node_modules/tapable/lib/Hook.js:154:20) at /tmp/seed/source/frontend/node_modules/webpack/lib/Compilation.js:1414:32Read more here: <https://cra.link/failed-to-minifynpm> ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! frontend@0.1.0 build: `react-scripts build`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the frontend@0.1.0 build script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2022-01-09T03_24_34_271Z-debug.log
f
@karthik Taking a look..
It seems the React site failed to build. Can you try running
npm run build
locally inside your React app, and see if it works?