Replies: 1 comment
-
|
This is expected behavior that comes from pnpm. When pnpm gets interrupted, it sends a I definitely understand how this is confusing, and we can look into how we might be able to make this more clear in Turborepo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I cloned the repository here and changed into the
examples/basicdirectory. I ranpnpm installand thenturbo run dev. The dev servers started and everything worked great. But when Ictrl+cto stop the dev server, I get aERROR run failed: command exited (1)error in my console. Is this expected behavior?Additional information
Beta Was this translation helpful? Give feedback.
All reactions