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