-
Notifications
You must be signed in to change notification settings - Fork 392
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
Error: listen EADDRINUSE: address already in use :::8989 at Server.setupListenHandle [as _listen2] (net.js:1279:14) #129
Comments
+1 无论如何修改端口号,都是这个错误 |
这个issue过了这么久没人解决吗 |
我也是遇到这个问题。 |
+1,检查端口明明没有占用也会报这个错误 |
我也遇到这个问题?还维护吗 |
// 修改node_modules/page-skeleton-webpack-plugin/src/skeletonPlugin.js 虽然可以解决这个问题 但是这个插件还有其他问题 不建议使用 |
// 修改node_modules/page-skeleton-webpack-plugin/src/skeletonPlugin.js 下的SkeletonPlugin.prototype.createServer |
Description
Error: listen EADDRINUSE: address already in use :::8989
at Server.setupListenHandle [as _listen2] (net.js:1279:14)
Steps to reproduce
2.npm install
Plugin configration
Versions
The text was updated successfully, but these errors were encountered: