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

remix dev --port doesn't work #3693

Closed
machour opened this issue Jul 10, 2022 · 2 comments · Fixed by #3694
Closed

remix dev --port doesn't work #3693

machour opened this issue Jul 10, 2022 · 2 comments · Fixed by #3694
Labels
bug Something isn't working package:dev

Comments

@machour
Copy link
Collaborator

machour commented Jul 10, 2022

What version of Remix are you using?

1.6.4

Steps to Reproduce

./node_modules/.bin/remix dev --port 3001

Expected Behavior

App starts on port 3001

Actual Behavior

ArgError: unknown or unexpected option: --port
    at Object.arg [as default] (/Users/didou/dev/machour/remix-yii2-stack/node_modules/arg/index.js:132:13)
    at Object.run (/Users/didou/dev/machour/remix-yii2-stack/node_modules/@remix-run/dev/dist/cli/run.js:200:37)
    at Object.<anonymous> (/Users/didou/dev/machour/remix-yii2-stack/node_modules/@remix-run/dev/dist/cli.js:16:11)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'ARG_UNKNOWN_OPTION'
}```
@machour machour added bug Something isn't working package:dev labels Jul 10, 2022
machour added a commit to machour/remix that referenced this issue Jul 10, 2022
@machour machour linked a pull request Jul 10, 2022 that will close this issue
@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version v0.0.0-nightly-7a4e17f-20220711 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

@MichaelDeBoey
Copy link
Member

Closed by #3694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package:dev
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants