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
I was trying to start a app on port 80 I currently working on through WSL.
Expected behavior
It just works fine.
Actual behavior
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:
npm ls react-scripts (if you haven’t ejected): 1.0.6
node -v: 6.11.0
npm -v: 3.10.10
Then, specify:
Operating system: WSL under Windows 10 Version 1703
The text was updated successfully, but these errors were encountered:
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
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:
npm ls react-scripts
(if you haven’t ejected): 1.0.6node -v
: 6.11.0npm -v
: 3.10.10Then, specify:
The text was updated successfully, but these errors were encountered: