I created a new laravel project and want to use the jetstream auth method. When I installed jetstream using
composer require laravel/jetstream
and
php artisan jetstream:install livewire
.
I could see the resulting login/register page on my localhost via browser but the login/register interface isn't responsive at all. What can I be missing?
I attempted to run build and got this error also
$ npm run build
npm ERR! Missing script: "build"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DELL\AppData\Local\npm-cache\_logs\2022-07-26T11_32_35_913Z-debug-0.log
Top comments (1)
Please I'll appreciate any assistance as I'm new to laravel but enjoy the framework