Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pnpm hanging issue #1724

Closed
yovanoc opened this issue Aug 19, 2022 · 1 comment
Closed

Pnpm hanging issue #1724

yovanoc opened this issue Aug 19, 2022 · 1 comment

Comments

@yovanoc
Copy link

yovanoc commented Aug 19, 2022

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.

image

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.

@yovanoc yovanoc changed the title Pnpm & Docker issue (hanging) Pnpm hanging issue Aug 19, 2022
@tknickman
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants