Npm 如何从我的Laravel应用程序中撤消Inertia.js

Npm 如何从我的Laravel应用程序中撤消Inertia.js,npm,laravel-8,laravel-livewire,inertiajs,jetstream,Npm,Laravel 8,Laravel Livewire,Inertiajs,Jetstream,我在应用程序中撤消Inertia.js时遇到问题。当我启动应用程序时,我无意中键入了两个命令 php artisan jetstream:install inertia--teams 过了一会儿,当我看到Livewire更适合我的项目时 php artisan jetstream:install livewire --teams 我试图删除我所有的Inertia.js组件,但是我的npm watch将输出错误。我想知道我应该怎么做才能从我的项目中完全撤销Inertia.js?请发布错误。

我在应用程序中撤消Inertia.js时遇到问题。当我启动应用程序时,我无意中键入了两个命令

php artisan jetstream:install inertia--teams
过了一会儿,当我看到Livewire更适合我的项目时

php artisan jetstream:install livewire --teams

我试图删除我所有的Inertia.js组件,但是我的
npm watch
将输出错误。我想知道我应该怎么做才能从我的项目中完全撤销Inertia.js?

请发布错误。