laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

dist folder missing? #113

Closed yabdab closed 2 years ago

yabdab commented 2 years ago

I set up my app on Macbook then , pulled it onto my Mac using git.

I get this error...

file_get_contents(/Users/mikeyrab/Sites/.../vendor/livewire/livewire/src/../dist/manifest.json): failed to open stream: No such file or directory (View: /Users/mikeyrab/Sites/.../resources/views/layouts/base.blade.php)2

The entire dist folder is missing.

I tried running npm installl && npm run dev but had no effect ¯_(ツ)_/¯

Is there some thing I am doing wrong?

yabdab commented 2 years ago

I ended up deleting the vendor folder and doing a reinstall, that fixed things.