Vue项目每次打开的端口不同,指定端口失效

原文链接:https://blog.csdn.net/marko_zheng/article/details/99737476

Vue项目每次打开的端口不同,指定端口失效

在config/index.js中指定

host: 'localhost', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
  • 1
  • 2

失效
原因:portfinder新发布的版本异常
解决方案:

npm install portfinder@1.0.21
  • 1
                                </div>
            <link href="https://csdnimg.cn/release/phoenix/mdeditor/markdown_views-e44c3c0e64.css" rel="stylesheet">
                </div>
上一篇:error: Your local changes to the following files would be overwritten by merge


下一篇:基于 Junit 的接口自动化测试框架实现