website icon indicating copy to clipboard operation
website copied to clipboard

Dev experience: `npm run develop` should default to non-privileged port

Open ineffyble opened this issue 3 years ago • 0 comments

Right now by default, the Gatsby dev server tries to run on port 81, which is a privileged port and won't work unless run as root/with sudo powers.

Something like 8080 is probably a better default.

ineffyble avatar Jan 09 '21 23:01 ineffyble