Laravel: Notification does not get sent on Demand
I am working on a project using Laravel. I want to use Events and Notifications.
For context: A organization can post a Task ( Can be compared to a Job ). A User can apply for that job. As soon as a User applies for a Task an Email should be sent to the contact email stored with the Task.´
Running yarn dev triggers this error on the command line for Laravel Project, does anyone know how to fix this?
yarn dev triggers the error shown below, however I can still access the webapp on Xampp, but I would like to know what the cause of this error is so I can fix it, I followed the path of the error and I can’t even find the cli.js file mentioned.
here’s the error