Please add pg package manually

Hi,
I had this error i.e., “Please install pg package manually” when I tried to deploy my api-web service in render.
My database is postgres and is hosted in render as well.
I am using sequelize as an ORM tool.
I have a free render instance.
Could you help to solve this issue?

Hi,

It sounds like you may not be installing your dependencies, e.g. npm install.

Alan

Hi Alan,
Thanks for your reply. Actually, you were wright.
I used “npm build” in the build command instead of “npm install”.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.