Description
When I run npm start, then I kill the app ctrl+c, the NodeJs server still runs as a task in the background.
Expected behavior
The process should be fully stopped.
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts (if you haven’t ejected):
node -v: 6.4.0
npm -v: 3.10.3
Then, specify:
- Operating system: Windows 10
- Browser and version: Any
Description
When I run
npm start, then I kill the appctrl+c, the NodeJs server still runs as a task in the background.Expected behavior
The process should be fully stopped.
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts(if you haven’t ejected):node -v: 6.4.0npm -v: 3.10.3Then, specify: