Error: Cannot find module - express + typescript app

Hello! I am trying to deploy my Express.js + TypeScript app from GH repository (GitHub - Cloudyaa/EatAppBack: Vegetables and fruit delivery web app) and I am getting this

Using branch develop as still working on it, just wanted to see if I am able to deploy it…

I can run this app locally using node dist/index.js

What I am doing wrong?

Those are my settings:

Hi,

I think you may be missing a run, for example the Build Command may need to be npm install && npm run build

Alan

1 Like

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