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
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: