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>
标签:overwritten,Vue,process,端口,失效,port 来源: https://blog.csdn.net/csxjax/article/details/99825115