-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
New install does not respect the --port specified to start #1766
Comments
The same behavior here... |
Using docker same thing
it supposed to start on 3000 if not specified
|
Found what is causing this problem... The version of yarn... I have
|
I trying with npm in 6.10.3 version and this problem continue with the release 1.12. However with release 1.11.1 (Docusaurus) it works. |
The only change between 1.11.x and 1.12.x is the version of seems like dep bug |
I am unable to reproduce this with [email protected] and [email protected]. According to the linked issues, this bug appears to have been reverted upstream. |
deps bug. Have been patched though |
🐛 Bug Report
I'm starting a fresh install, but it does not use the port specified with
--port
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
the port 3000 is available
Expected behavior
It should start with the port and host specified
Actual Behavior
It chooses a random port
Reproducible Demo
The text was updated successfully, but these errors were encountered: