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

EADDRINUSE when using with vue-cli-plugin-browser-extension #122

Open
leoplct opened this issue Mar 24, 2021 · 5 comments
Open

EADDRINUSE when using with vue-cli-plugin-browser-extension #122

leoplct opened this issue Mar 24, 2021 · 5 comments

Comments

@leoplct
Copy link

leoplct commented Mar 24, 2021

I am using vue-cli-plugin-browser-extension

vue.config.js

const ExtensionReloader  = require('webpack-extension-reloader');

module.exports = {
  configureWebpack: {
    devtool: false,
    plugins: [
            new ExtensionReloader({
              port: 9090, // Which port use to create the server
              reloadPage: true, // Force the reload of the page also
              entries: { // The entries used for the content/background scripts or extension pages
                contentScript: ['detail-page', 'search-results'],
                background: 'background',
              }
            }),
          ]
  }
}

when I run vue-cli-service build --mode development --watch I get

Error: listen EADDRINUSE: address already in use :::9090

@xap5xap
Copy link

xap5xap commented Jul 19, 2021

@leoplct were you able to find the problem?

@leoplct
Copy link
Author

leoplct commented Jul 19, 2021

No i gave up

@faboweb
Copy link

faboweb commented Jan 20, 2022

Same problem here

@deyanskiq
Copy link

Any update?

@sherifmayika
Copy link

did restart system and have the problem again?
or did you try port: 9091

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

No branches or pull requests

5 participants