Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

[Upstream] Specified port is completely ignored #24

Closed
douglasg14b opened this issue Aug 19, 2019 · 3 comments
Closed

[Upstream] Specified port is completely ignored #24

douglasg14b opened this issue Aug 19, 2019 · 3 comments

Comments

@douglasg14b
Copy link

I just upgraded my dev box, reinstalled VS, Node, and vue-cli and can no longer get my client app to run with vueclimiddleware.

It seems like the specified port is no longer used when the application actually launched. I have specified port 8080, but it launches under a random port each time.

@douglasg14b
Copy link
Author

Might be related to: vuejs/vue-cli#4452 ?

@douglasg14b
Copy link
Author

Yep, related to that. Fix for me was:

  "devDependencies": {
    "portfinder": "1.0.21"
  },
  "resolutions": {
    "@vue/cli-service/portfinder": "1.0.21"
  },

and run npm install

@douglasg14b douglasg14b changed the title Specified port is completely ignored [Upstream] Specified port is completely ignored Aug 19, 2019
@EEParker
Copy link
Owner

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

No branches or pull requests

2 participants