Hey,
I tried doing a quick deploy to test the service out. So I used the example app Adonis Taskist
But the deployed app can’t install the “pg” module.
Here’s the site: https://flash-hukvumsgfb.cleaver.rocks/register
Whenever I try to register a new user, it hits the database and crashes since the postgres module is missing.
Here’s the log
Knex: run
$ npm install pg --save
Cannot find module 'pg'
Require stack:
... a bunch of stack traces that resolves down to trying to hit the db
Any ideas what might be causing this?