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 browser-sync port is already in use when running npm start the script does not throw an error or a warning.
I think it would be better when the script would either abort execution with an error message or switch to a different port (automatically or after user consent).
The text was updated successfully, but these errors were encountered:
If the browser-sync port is already in use when running
npm start
the script does not throw an error or a warning.I think it would be better when the script would either abort execution with an error message or switch to a different port (automatically or after user consent).
The text was updated successfully, but these errors were encountered: