shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

adminstration:watch returns error #22

Closed rammi22 closed 3 years ago

rammi22 commented 3 years ago

The Watcher returns an error

# Starting hot module reloading dev server
        ℹ 「wdm」: wait until bundle finished: 
        events.js:292
              throw er; // Unhandled 'error' event
              ^
        Error: listen EADDRNOTAVAIL: address not available 192.168.33.10:8080
            at Server.setupListenHandle [as _listen2] (net.js:1296:21)
            at listenInCluster (net.js:1361:12)
            at doListen (net.js:1498:7)
            at processTicksAndRejections (internal/process/task_queues.js:85:21)
        Emitted 'error' event on Server instance at:
            at emitErrorNT (net.js:1340:8)
            at processTicksAndRejections (internal/process/task_queues.js:84:21) {
          code: 'EADDRNOTAVAIL',
          errno: 'EADDRNOTAVAIL',
          syscall: 'listen',
          address: '192.168.33.10',
          port: 8080
        }
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! administration@1.0.0 dev: `node build/dev-server.js "http://192.168.33.10"`
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the administration@1.0.0 dev script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/vagrant/.npm/_logs/2020-08-25T15_22_37_515Z-debug.log
Execution aborted, a subcommand failed!