Laravel 8 fresh installation livewire directory does not exist
I guess you did run the third command php artisan jetstream:install inertia
too, that could have removed livewire, Try rerunning the second command php artisan jetstream:install livewire
to install livewire then run npm install
followed by npm run dev