Home > front end >  JETSTREAM "Unable to locate file in Vite manifest: resources/css/app.css." ERROR
JETSTREAM "Unable to locate file in Vite manifest: resources/css/app.css." ERROR

Time:07-21

firstly i want to explain how I`m install laravel and jetstream.

I open a folder from c disk, and i am goes to this folder from cmd and I start to write these codes

laravel new project --jet, it ask to me livewire or inertia, I say livewire,

It building project and I migrate my database on xamp. I can reach this screen.

enter image description here

As you can see there is a login button from top right, when I click this button this screen comes out.

enter image description here

And these are files from installation.

enter image description here

Also I have a laravel project with jetstream, when i start server with this project it works well. But I can not install jetstream with new project.

I`m a new with this world, please help me. Thanks a lot

CodePudding user response:

@aynber I have resources/css/app.css.

Also I try to remove but not works, but I notice something

This is project which is works with jetstream (this is completed project, has different files like TEMPS but works)

But this is not working, but I install with same method

CodePudding user response:

I found something interesting.

I write npm run dev on a different terminal from project folder. Jetstream starts working, when I close terminal which is I wroten npm run dev, jetstream crashs again.

¯_(ツ)_/¯

  • Related