styleguidist/react-styleguidist

Error about taken port not correctly shown (listen EADDRINUSE 0.0.0.0:6060)

Open

#942 geöffnet am 18. Apr. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.416 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (11.091 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Instead of getting a nice error from #924 I'm getting the following:

•100% ➜ y styleguide:watch
yarn run v1.5.1
warning package.json: No license field
$ npx styleguidist server
Loading webpack config from:
[...]/webpack.config.js

(node:69810) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
listen EADDRINUSE 0.0.0.0:6060
 DONE  Compiled successfully!

Not sure what's causing it. I tried downgrading to 7.0.0 and even latest 6 and still getting this. I guess it is related to Webpack version somehow?

Contributor Guide