The Node process stays active after resolve applications are stopped. #2126
Labels
bug
Issues related to defects and incorrect/unexpected feature behavior
severity: major
Issues with high impact on the product, e.g., new packages, installation issues, etc.
Execute the following command in order to create a new resolve application:
npx create-resolve-app resolve-shopping-list-redux -e shopping-list-redux
Change current folder to the just created:
cd resolve-shopping-list-redux
Run the application:
yarn dev
There are 4 Node processes in the processes list (picture 1).
There are 1 Node process in the processes list now (picture 2).
yarn dev
An error is in the terminal log (picture 3). Though the application is started.
Node version: 14.17.6
Yarn version: 1.22.5
MacOS version: 12.0.1
The text was updated successfully, but these errors were encountered: