You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
npm run make-fake-data && cross-env REACT_APP_FAKE_API=1 npm run start
What happened:
Reproduction instructions:
Assuming you are on Windows:
git clone https://github.com/pi-hole/web -b development
npm i && npm run start-fake
Then try to ctrl+c the process. One needs to hit ctrl+C twice. If you don't do it twice, then you can check the task manager and you will see node.exe left running
Initially reported in the PR that introduced the issue here. Going back to v7.0.0 works as expected.
The text was updated successfully, but these errors were encountered:
cross-env
version: 7.0.1node
version: 12.16.1npm
version: 6.13.4What you did:
What happened:
Reproduction instructions:
Assuming you are on Windows:
Then try to
ctrl+c
the process. One needs to hitctrl+C
twice. If you don't do it twice, then you can check the task manager and you will seenode.exe
left runningInitially reported in the PR that introduced the issue here. Going back to v7.0.0 works as expected.
The text was updated successfully, but these errors were encountered: