Hello Friends šŸ‘‹,

Welcome To Infinitbility! ā¤ļø

when you try to build and getting Generating JavaScript bundles failed issue like below log

failed Building production JavaScript and CSS bundles

ERROR #98123 WEBPACK

Generating JavaScript bundles failed

Can’t resolve ‘..........\www\public\static\d\2424643845.json’ in ‘project\Navigation’

File Navigation file path.

follow below commands to solve you building failed issue

First clean your project using below command

$ gatsby clean

After clean gatsby project run build command

$ gatsby build

Thanks for reading…