I have a problem with undoing Inertia.js in my application. When I started my application, I accidentally typed both commands.
php artisan jetstream:install inertia --teams
After a while when I saw that Livewire would be more suitable for my project.
php artisan jetstream:install livewire --teams
I tried to delete all my Inertia.js components, but my npm watch
will output errors. I am wondering what I should do to undo Inertia.js from my project completely?