Error on Deployment: No such file for FilamentAsset
I have this in my AppServiceProvider's boot method:
and I have this in my package.json:
My deployment is failing in the
This is with Laravel Forge.
What am I doing wrong, or what do I need to change in order for this to work? Perhaps I need to run
and I have this in my package.json:
My deployment is failing in the
@php artisan Filament::updgrade composer script:copy(node_modules/js-confetti/dist/js-confetti.min.js): Failed to open stream: No such file or directoryThis is with Laravel Forge.
What am I doing wrong, or what do I need to change in order for this to work? Perhaps I need to run
npm install on my server?