ERROR: run failed: command exited (1) when ctrl-C from `yarn dev`
Unanswered
Albacore posted this in #help-forum
AlbacoreOP
So I've noticed that ever since upgrading TurboRepo to the latest version when I
ctrl-c out of a yarn dev it ends with the message: ERROR run failed: command exited (1) Any idea where to look for what is causing this? all my turboreepo apps are nextJS apps9 Replies
... Ctrl c will stop the process @Albacore
AlbacoreOP
right.. but when it stops the process it spits out that error
trying to figure out why it doesn't exit cleanly
That's normal lol, what do you think will happen?
AlbacoreOP
when I run my apps at the top level of my turbo repo with
yarn dev it starts all my apps and stays bound... when I ctrl c I expect it to shut down all my apps and not spit out an "ERROR" .. like in all the previous versions of turbo repo.. why is something exiting with an exit code of 1 and how do I figure out what is exiting with a non 0 codectrl c should not exit with anything but a 0 in this case.. so this is not "normal"Hmm, in that case probably just wait for someone who uses yarn
AlbacoreOP
I'm sorry? what do you mean? I'm using yarn and not pnpm
@Albacore I'm sorry? what do you mean? I'm using yarn and not pnpm
my bad, was going through another help forum with OP using pnpm xD