Next.js Discord

Discord Forum

Monorepo with --turbo flag?

Unanswered
Pacific saury posted this in #help-forum
Open in Discord
Avatar
Pacific sauryOP
I am trying to upgrade my next 14.2.1 to next 15. However, I have encoutered some issues importing files from another folders. I am using a monorepo.

All my import tag that are configured in tsconfig.json that is related to a source outisde of my project cannot be resolved. I thought the issue was because I was updating to next 15, so I simply reverted and added the flag --turbo. However, I am getting the same issue.

The reason I am trying to use --turbo is to reduce build time which is a big issue. Our solution was to try upgrading to next 15 or simply use --turbo.

As you can see the screenshot, ../ is falling outside of the web folder which contain my next app.

- Is there anyone else having this issue? If yes, how did you solve it? I am running out of ideas. Thanks!
Image
Image

0 Replies