pnpm ctrl + c > ELIFECYCLE Command failed with exit code 1. #11931
Replies: 5 comments
-
This should be a problem with the terminal you are using. For example, under Windows, the ctrl+c of the default command line tool is interrupted. If you want to copy the content, you can select it and right click. |
Beta Was this translation helpful? Give feedback.
-
I found this error too. When I use the npm, the process exit status is correct. |
Beta Was this translation helpful? Give feedback.
-
I found the solution , when you want to stop the process, click keyboard |
Beta Was this translation helpful? Give feedback.
-
@chechebecomestrong I found this error too , use pnpm ,you answer is good, but why npm is ok, strange... |
Beta Was this translation helpful? Give feedback.
-
In my case all package managers behave the same way: |
Beta Was this translation helpful? Give feedback.
-
question:
After version 4.0.4, pnpm ctrl + c closes the server process and reports an error:
ELIFECYCLE Command failed with exit code 1.
reproduction:
https://stackblitz.com/edit/vitejs-vite-8bvkog?file=package.json
Is this a pnpm or vite issue?
Beta Was this translation helpful? Give feedback.
All reactions