I have a problem when I run npm run build and it says the mixin manifest cannot be found. This happens when I run in production.
My npm -v is 9.1.2 and running laravel 9, with "php": "^8.0.2".
Has anyone encountered this problem?
I've tried any suggestions for updating npm and still get this error.
Try running
npm install && npm run build
.If you are using Laravel Forge, you can edit the deployment script like this:
See this post for reference: https://github.com/innocenzi/laravel -vite/discussions/267