Closed
Description
Running webxdc-dev run ...
without using the --port
flag results in the following error on my machine:
Error: listen EADDRINUSE: address already in use :::7000
Looks like this comment didn't age too well 😅 :
Line 295 in 0b9fafe
Instead of a hardcoded port as the default, I would suggest using a module like https://github.com/sindresorhus/get-port to get the next available port if the preferred one isn't available.
Metadata
Metadata
Assignees
Labels
No labels