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

[turborepo] #3596

Closed
jorrit-hdrn opened this issue Feb 2, 2023 · 1 comment
Closed

[turborepo] #3596

jorrit-hdrn opened this issue Feb 2, 2023 · 1 comment
Labels
kind: bug Something isn't working

Comments

@jorrit-hdrn
Copy link

What version of Turborepo are you using?

1.7.2

What package manager are you using / does the bug impact?

Yarn v2/v3 (node_modules linker only)

What operating system are you using?

Mac

Describe the Bug

After running yarn install (PnP setup), i get:

ERROR Unable to find Go binary. Please report this issue at https://github.com/vercel/turbo/issues and include your package manager and version along with the following information:
        os=macos
        arch=aarch64
        turbo-version=1.7.2
        turbo-bin=/Users/xxxxx/repos/xxx/xxx-apps/.yarn/unplugged/turbo-npm-1.7.2-a47d684d2e/node_modules/turbo/pnpapi-turbo-darwin-arm64-turbo
        go-turbo-bin=/Users/xxxxx/xxx/hadrian/xxxx-apps/.yarn/unplugged/turbo-npm-1.7.2-a47d684d2e/node_modules/turbo/go-turbo
        
Error: Failed to execute turbo (Unable to locate Go binary).

Expected Behavior

That i can run the app

After running yarn install (PnP setup), i get:

ERROR Unable to find Go binary. Please report this issue at https://github.com/vercel/turbo/issues and include your package manager and version along with the following information:
        os=macos
        arch=aarch64
        turbo-version=1.7.2
        turbo-bin=/Users/xxxxx/repos/xxx/xxx-apps/.yarn/unplugged/turbo-npm-1.7.2-a47d684d2e/node_modules/turbo/pnpapi-turbo-darwin-arm64-turbo
        go-turbo-bin=/Users/xxxxx/xxx/hadrian/xxxx-apps/.yarn/unplugged/turbo-npm-1.7.2-a47d684d2e/node_modules/turbo/go-turbo
        
Error: Failed to execute turbo (Unable to locate Go binary).

To Reproduce

Create a fresh monorepo with turbo

Reproduction Repo

No response

@jorrit-hdrn jorrit-hdrn added area: turborepo kind: bug Something isn't working labels Feb 2, 2023
@chris-olszewski
Copy link
Member

This is a known issue with pnp setups. Closing in favor of #3280

@chris-olszewski chris-olszewski closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants