The manifest.json file is only available till the command npm run dev is running and gets deleted after that. To have this file in your filesystem you need to run the build command
Fixed by running
npm run build

Comments
Laravel
tgugnani
Jul 6, 2022
The manifest.json file is only available till the command npm run dev is running and gets deleted after that. To have this file in your filesystem you need to run the build command
Fixed by running
npm run build
