turbo: Turbo fails on windows

What version of Turborepo are you using?

1.3.4

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

Yarn v1

What operating system are you using?

Windows

Describe the Bug

Running yarn command returns this:

er dependency "react-dom@^16.6.0 || ^17.0.0".
[4/4] Rebuilding all packages...
[-/4] ⡀ waiting...
[-/4] ⡀ waiting...
[3/4] ⡀ esbuild
error C:\projects\javascript\tentree\zos\node_modules\turbo: Command failed.
Exit code: 1
Command: node install.js
Arguments:
Directory: C:\projects\javascript\tentree\zos\node_modules\turbo
Output:
C:\projects\javascript\tentree\zos\node_modules\turbo\install.js:42
    throw new Error(
          ^

Error: Expected "1.3.4" but got ""

Expected Behavior

to install turbo succesfully

To Reproduce

Just install in any project with turbo repo

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (4 by maintainers)

Most upvoted comments

I’m informing that we will be removing turbo from our project since it has harmed our productivity. I believe the issue is actually related to a dependency that somehow crashes with turbo, but since the exe doesn’t throw a useful error, I can’t debug this properly.

@mehulkar its working now