webpack-extension-reloader icon indicating copy to clipboard operation
webpack-extension-reloader copied to clipboard

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

Open leoplct opened this issue 3 years ago • 5 comments

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

leoplct avatar Mar 24 '21 15:03 leoplct

@leoplct were you able to find the problem?

xap5xap avatar Jul 19 '21 20:07 xap5xap

No i gave up

leoplct avatar Jul 19 '21 20:07 leoplct

Same problem here

faboweb avatar Jan 20 '22 05:01 faboweb

Any update?

deyanskiq avatar May 23 '22 14:05 deyanskiq

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

sherifmayika avatar Aug 18 '22 04:08 sherifmayika