jakeg / heroku-buildpack-bun

Heroku buildpack for Bun.js
MIT License
19 stars 20 forks source link

Dependencies are missing #2

Closed wojciech-skowronek closed 2 months ago

wojciech-skowronek commented 7 months ago

Looks like dependencies are not installing by default on deployment. I'm getting following error:

$ bun run ./src/index.ts
2024-01-22T16:40:43.782307+00:00 app[web.1]: error: FileNotFound while resolving package "typeorm" from "/app/src/database/dataSource.ts"
2024-01-22T16:40:43.789967+00:00 app[web.1]: error: script "start" exited with code 1

Although typeorm is in the dependencies in package.json file.

rossanmol commented 5 months ago

Experiencing same problem.

jakeg commented 5 months ago

Can you try again now?