You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks to be the same issue as #1719, as the docker example uses Next.js in standalone mode. I'm going to close this one as a duplicate to consolidate the discussion over there - thanks!
What version of Turborepo are you using?
1.4.3
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Other
Describe the Bug
Tested on Mac, ubuntu and Windows. But only working on windows.
I tried to do a with-docker example for turborepo but with pnpm. Replacing turbo prune with other ways as I see in this issue: #534
here's my repo:
https://github.com/yovanoc/turbo-test
When we try to run
pnpm turbo run build --filter=web...
it's hanging forever even if the build finishes.This is why I done this in the docker file but very dirty.
I think the problem happening turbo cli side, but launching the same command with
--filter=api...
works perfectly fine.Expected Behavior
Not hanging so that the docker-compose can work perfectly.
To Reproduce
Just follow the docker steps in readme.
The text was updated successfully, but these errors were encountered: