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

bug: Bun install fails #1133

Open
BlakeBrown opened this issue Aug 4, 2024 · 1 comment · May be fixed by #1141
Open

bug: Bun install fails #1133

BlakeBrown opened this issue Aug 4, 2024 · 1 comment · May be fixed by #1141

Comments

@BlakeBrown
Copy link

Provide environment information

npx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo

Describe the bug

Using bun, you get the following error

 stderr: 'bun install v1.0.25 (a8ff7be6)\n' +
    ' Resolving dependencies\n' +
    '\n' +
    'error: InstallFailed cloning repository for prettier\n' +
    '\n' +
    'error: InstallFailed cloning repository for react\n' +
    ' Resolved, downloaded and extracted [1158]\n' +
    'warn: incorrect peer dependency "[email protected]"\n' +
    '\n' +
    'warn: incorrect peer dependency "[email protected]"\n' +
    '\n' +
    'warn: incorrect peer dependency "[email protected]"\n' +
    '\n' +
    'warn: incorrect peer dependency "[email protected]"\n' +
    '\n' +
    'error: "git clone" for "react" failed\n' +
    '\n' +
    'error: "git clone" for "prettier" failed\n' +
    '\n' +
    'error: "git clone" for "prettier" failed\n' +
    '\n' +
    'error: "git clone" for "react" failed',
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}

Link to reproduction

https://github.com/t3-oss/create-t3-turbo

To reproduce

npx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo

select bun

Additional information

No response

@dBianchii
Copy link
Contributor

Pretty sure this repo is only supposed to work with pnpm. We're using catalogs and pnpm workspaces

@juliusmarminge juliusmarminge linked a pull request Aug 8, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants