[fixed] Laravel Sail build error : unable to locate postgresql-client-15

Опубликовано: 30 Сентябрь 2024
на канале: Let's Fix That Error
291
1

I want to upgrade npm inside Laravel Sail but when I tried to rebuild the sail docker container, this error occurred.

The error is "E: Unable to locate package postgresql-client-15".

I fixed this error by using the available package in apt which is postgresql-client-14 as postgresql-client-15 is not found.

If you have any other errors or problems, tell me in the comments and I'll try to reply with a solution.