I created a laravel project in a another pc and zipped it without the node modules and vendor folder. And I started working on another pc and installed the node modules and the vendor files and this error is getting after that.

I was searching through the web but didn't find anything usefull

1

There are 1 best solutions below

0
Sunil Sapkota On

There is no particular reason for this error. you can try to check out the following checklist.

  1. check server is running properly.
  2. check if the firewall is blocking the port or service
  3. check your login details are valid.
  4. check your network is reachable from the web server to the database server.

These steps should fix your issue.