I\'m trying to run Vue on port 8080, but can\'t get that to work. I just created a brand new project with vue create . and ran it with npm run serve, w
vue create .
npm run serve
You can temporarily rollback portfinder by placing
"resolutions": { "@vue/cli-service/portfinder": "1.0.21" }
in your package.json file and run yarn install afterwards.
package.json
yarn install