"Build exceeded maximum allowed runtime"?

Hello everybody
I got a problem, when i deploy my project from github.
If you know please help me…:pray::pray:

My netlify site name : jovial-pastelito-384f66.netlify.app

my repository : https://github.com/Vitoo12/restaurantIND

my link sites build : Netlify App
sreenshoot my problem :

My text problem :

10:54:40 AM: $ npm run build

10:54:40 AM: > restaurant-ind@1.0.0 build

10:

54:40 AM: > webpack --config webpack.prod.js

10:54:47 AM: (node:1709) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.

10:54:47 AM: BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.

10:54:47 AM: Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.

10:54:47 AM: Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.

10:54:47 AM: (Use node --trace-deprecation ... to show where the warning was created)

10:54:49 AM: imagemin-webp-webpack-plugin: 38 KB saved

10:54:49 AM: Webpack Bundle Analyzer is started at http://127.0.0.1:8888

10:54:49 AM: Use Ctrl+C to close it

10:54:49 AM: assets by path *.js 197 KiB

10:54:49 AM: assets by chunk 27.9 KiB (id hint: defaultVendors) 2 assets

10:54:49 AM: + 7 assets

11:29:48 AM: Build exceeded maximum allowed runtime

The problem is because this bundle analyser pops up. You need to stop that from happening.

1 Like

thx sirr for your respond n help, its solve :slight_smile: