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
When I was trying to try the HMR for our node app, it actually tried to rerun everything from the root app.ts. However, the app had been listening on a port, and that caused a relistening on a used port, which caused process shutdown.
One thing worth mentioning is I enabled strictPort, as the client talks to a specific port.
The text was updated successfully, but these errors were encountered:
When I was trying to try the HMR for our node app, it actually tried to rerun everything from the root
app.ts
. However, the app had been listening on a port, and that caused a relistening on a used port, which caused process shutdown.One thing worth mentioning is I enabled
strictPort
, as the client talks to a specific port.The text was updated successfully, but these errors were encountered: