I've cloned a Laravel GitHub repo, it has Laratrust and Laravel breeze. I installed a composer and downloaded node.js and did npm install && npm run dev in the project's file cmd. However this error shows up:
This prevents me from viewing the Laravel project on my browser as the page says 'Server Error' because I need to successfully npm run dev first.