-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
What version of Turborepo are you using?
1.10.6
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Linux
Describe the Bug
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:
--
11:57:02.260 | os=linux
11:57:02.260 | arch=x86_64
11:57:02.260 | turbo-version=1.10.6
11:57:02.260 | turbo-bin=/vercel/path0/node_modules/turbo/bin/turbo
11:57:02.260 | go-turbo-bin=/vercel/path0/node_modules/turbo/bin/go-turbo
11:57:02.260 |
11:57:02.260 | Error: Failed to execute turbo (Unable to locate Go binary).
11:57:02.274 | Error: Command "cd ../.. && npm run build:init" exited with 1
11:57:02.785 | BUILD_UTILS_SPAWN_1: Command "cd ../.. && npm run build:init" exited with 1Expected Behavior
Should find Go binary
To Reproduce
Build step in Vercel
Reproduction Repo
No response