Next.js Discord

Discord Forum

Turborepo cannot start

Unanswered
West African Lion posted this in #help-forum
Open in Discord
West African LionOP
Hello, I am unable to start my repo with bun. I have a bun.lock file at the root dir, and bun dev from the root dir works just fine. all apps have a start command
 bun start
$ turbo start
turbo 2.4.4

 WARNING  Unable to calculate transitive closures: No lockfile entry found for 'elysia@1.2.25'
  × Missing tasks in project
  ╰─▶   × Could not find task `start` in project

error: script "start" exited with code 1

1 Reply

West African LionOP
I have "packageManager": "bun@1.2.5", stored in all of my package.json's