Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development server on port 80 does not start #2512

Closed
levrik opened this issue Jun 10, 2017 · 2 comments
Closed

Development server on port 80 does not start #2512

levrik opened this issue Jun 10, 2017 · 2 comments

Comments

@levrik
Copy link
Contributor

levrik commented Jun 10, 2017

Description

I was trying to start a app on port 80 I currently working on through WSL.

Expected behavior

It just works fine.

Actual behavior

image

I started it with yarn start. Executing this command in a Windows command line or a PowerShell in the same directory is working fine. Changing the port to something else resolves the issue in WSL too.

Environment

Run these commands in the project folder and fill in their results:

  1. npm ls react-scripts (if you haven’t ejected): 1.0.6
  2. node -v: 6.11.0
  3. npm -v: 3.10.10

Then, specify:

  1. Operating system: WSL under Windows 10 Version 1703
@Timer
Copy link
Contributor

Timer commented Jun 10, 2017

Did you try using sudo? Any port under 1024 generally requires administrative permissions.

@levrik
Copy link
Contributor Author

levrik commented Jun 10, 2017

@Timer Ah didn't know that. Thanks. Is working with sudo now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants