Outerbridgeio / Outerbridge

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications.

Home Page:https://outerbridge.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

HenryHengZJ opened this issue · comments

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

yarn start or yarn dev causing the issue?

from what contributors have been telling me, yarn dev

@HenryHengZJ opened PR which may solve this issue..