在我的应用程序中撤消 Inertia.js 时遇到问题。当我启动我的应用程序时,我不小心输入了两个命令。
php artisan jetstream:install inertia --teams
过了一段时间,我发现 Livewire 会更适合我的项目。
php artisan jetstream:install livewire --teams
我试图删除我所有的 Inertia.js 组件,但我npm watch
会输出错误。我想知道我应该怎么做才能完全从我的项目中撤消 Inertia.js?