Skip to content

Running CLI with a conflicting service on port 9000 #622

Discussion options

You must be logged in to vote

Hey @mattyindustries!

We're thrilled to announce the release of version 0.7.0 this update brings you more control over your application with a new CLI option for choosing a custom port to avoid conflicts.

To get started:

  1. Update your local copy by running git pull in your terminal.
  2. Rebuild the CLI with npm i then npm run cli:build

Now you can use the new -po or --port flag

For example, to run the app on port 9009 and access BBC News, you'd use:

npm run cli -- -po 9009 -u https://bbc.com

Please check our updated wiki for detailed information.

I will be converting this issue to support forum discussion, For future reference, please create support discussion if you have any question about t…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by milindmore22
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #573 on April 16, 2024 07:37.