You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
turbo 2.2.4-canary.7
• Packages in scope: pkg-a
• Running dev:run in 1 packages
• Remote caching disabled
× failed to connect to daemon
├─▶ timeout while watching directory: deadline has elapsed
╰─▶ deadline has elapsed
Expected Behavior
No error
To Reproduce
cd packages/pkg-a
pnpm run dev
Shows log:
turbo 2.2.4-canary.7
• Packages in scope: pkg-a
• Running dev:run in 1 packages
• Remote caching disabled
× failed to connect to daemon
├─▶ timeout while watching directory: deadline has elapsed
╰─▶ deadline has elapsed
Additional context
bug also appears on older system
ps axu | grep turbo shows:
user xxxxxx 0.0 0.0 408858800 13872 ?? Ss 9:52AM 0:00.14 /xxx/my-turborepo/node_modules/.pnpm/[email protected]/node_modules/turbo-darwin-arm64/bin/turbo --skip-infer daemon
npx envinfo --system --npmPackages turbo --binaries prints the following
This seems to happen to me also with 2.3.3 and latest canary .. One thing i noticed was that when this happens i get two folder in the turbod folder:
➜ ls -al /var/folders/_1/m_2xrg4d5vqgmswzr51dsg700000gp/T/turbod/
total 0
drwxr-xr-x 4 mihai staff 128 Dec 21 09:56 .
drwx------@ 134 mihai staff 4288 Dec 21 10:02 ..
drwxr-xr-x 4 mihai staff 128 Dec 21 09:56 4f0d47126379be71
drwxr-xr-x 2 mihai staff 64 Dec 21 09:56 72d3d2bdcd2f7576
the client (process that runs the main watch command) seems to be using the 72.. while the daemons seems to be using 4f ...
I assume the daemon is spawned with a slightly different config (or hash) and because of that can't connect.
Verify canary release
Link to code that reproduces this issue
https://github.com/JoCa96/turbo-bug
What package manager are you using / does the bug impact?
npm, pnpm
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
2.2.4-canary.7
Describe the Bug
Running a watch command results in an error even when the daemon is not used:
e.g.
Expected Behavior
No error
To Reproduce
cd packages/pkg-a pnpm run dev
Shows log:
Additional context
ps axu | grep turbo
shows:npx envinfo --system --npmPackages turbo --binaries
prints the followingThe text was updated successfully, but these errors were encountered: