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
If the following command exits on error for any reason, react-scripts stays running.
./node_modules/.bin/wrangler pages dev -- npx react-scripts start
Subsequent runs will produce:
./node_modules/.bin/wrangler pages dev -- npx react-scripts start
Running npx react-scripts start...
Sleeping 5 seconds to allow proxy process to start before attempting to automatically determine port...
To skip, specify the proxy port with --proxy.
[proxy]: Something is already running on port 3000.
Proxy exited with status 0.
The text was updated successfully, but these errors were encountered:
benallfree
changed the title
🐛 BUG: wrangler@alpha does not SIGTERM react-scripts on error
🐛 BUG: wrangler@alpha should SIGTERM react-scripts on error
Mar 4, 2022
What version of
Wrangler
are you using?0.0.0-046b17d
What operating system are you using?
Mac
Describe the Bug
If the following command exits on error for any reason, react-scripts stays running.
Subsequent runs will produce:
The text was updated successfully, but these errors were encountered: