Hello i just installed laravel breeze and tried to run it but it showed ma this error:
Vite manifest not found at: ...\public\/build/manifest.json
by searching this error i tried different answers but all in vain like:
npm run build, npm run serve
it gives this error
Missing script: "build"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\umar\AppData\Local\npm-cache\_logs\2022-07-17T08_18_43_641Z-debug.log
CodePudding user response:
I was having the same issue. For me it was a npm version problem. I updated it, Ubuntu and repeated the whole process again, and it worked.
CodePudding user response:
try updating your nodejs to the latest version (18.6).