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 watch requires the daemon so we have access to a persistent file watcher. #9407 will add a warning that we're ignoring any requests to disable the daemon when performing a watch.
Verify canary release
Link to code that reproduces this issue
github.com/remotion-dev/remotion
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
2.2.4-canary.8
Describe the Bug
I try to disable the daemon:
turbo.json:
{"daemon": false}
and run a
watch
command with--no-daemon
Yet, two processes get created (none running before):
and the logs say it uses the daemon:
etc.
And I get the dreaded
failed to discover packages
error pretty often, which is why I want to for now disable the daemonExpected Behavior
No daemon should be started
If this is intended and the flag doesn't work with watch mode, this should be documented
To Reproduce
Clone repo above
Run
pnpm i && bunx turbo --no-daemon watch make
Additional context
This behavior goes at least back to 2.1.1 which also has this behavior
The text was updated successfully, but these errors were encountered: