guillaumebriday / laravel-blog

Laravel 11.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
https://laravel-blog.guillaumebriday.fr
MIT License
1.75k stars 572 forks source link

error on fresh install #115

Closed jahstation closed 3 years ago

jahstation commented 3 years ago

hi to all while im running vagrant ssh, after runs all commands of installion, i see this error when I try to visit the home page:

ErrorException (E_ERROR) The Mix manifest does not exist. (View: /home/vagrant/code/resources/views/layouts/app.blade.php) (View: /home/vagrant/code/resources/views/layouts/app.blade.php)

ive tried to used 'npm install' with several errors...

aliqasemzadeh commented 3 years ago

@jahstation Use Yarn.

guillaumebriday commented 3 years ago

All the commands to run are in the readme. npm is not meant to be used here.

guillaumebriday commented 3 years ago

thanks @alighasemzadeh