'my vue project error occurred net::ERR_CONNECTION_RESET

My VUE project was working fine, but when I rebooted my computer the next day and re-ran the project, I got this error when I accessed it from my browser. GET https://cdn.jsdelivr.net/npm/[email protected] net: : ERR_CONNECTION_RESETenter image description here



Solution 1:[1]

On Amazon Linux for PHP 7.1, the command you're looking for is:

sudo yum install php71-pgsql

Yum should find a package named php71-pgsql-7.1.33-1.43.amzn1.x86_64 from the amzn-updates repo.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeremy