Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Lerna doesn't kill app completely when exit #104

Open
HenryHengZJ opened this issue Oct 10, 2022 · 3 comments
Open

[BUG] Lerna doesn't kill app completely when exit #104

HenryHengZJ opened this issue Oct 10, 2022 · 3 comments

Comments

@HenryHengZJ
Copy link
Member

HenryHengZJ commented Oct 10, 2022

Describe the bug
When ctrl+c or cmd+c to kill the app, lerna sometimes doesn't completely kill the app

To Reproduce
Steps to reproduce the behavior:

  1. Kill the app via ctrl+c or cmd+c
  2. Check if process still running on ports 3000 and 8080

Expected behavior
App should be killed completely and no active processes on both 3000 and 8080 ports

Setup

  • OS: All
  • Browser: All

Possible solution

@tylim88
Copy link
Contributor

tylim88 commented Oct 10, 2022

yarn start or yarn dev causing the issue?

@HenryHengZJ
Copy link
Member Author

from what contributors have been telling me, yarn dev

@kuntik17
Copy link
Contributor

@HenryHengZJ opened PR which may solve this issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants