Meteor总是侦听端口3000

时间:2016-01-27 14:36:24

标签: node.js meteor webstorm

我在Windows 8上的WebStorm中创建了一个新的Meteor项目。 在“运行/调试配置”中,我将端口值设置为3008,但是当我运行应用程序时,它始终在端口3000上运行。

enter image description here enter image description here

有人知道Meteor定义端口号的位置或如何更改它?

我在整个项目中搜索过“3000”,“PORT”和“listen”字样,但它们并不存在。

我也看到这些问题对我没有帮助,因为他们使用Express来定义硬编码的端口号: Node.js/Express.js App Only Works on Port 3000Express is listening on port 3000 despite setting it to 80?

任何帮助都将深表感谢!

1 个答案:

答案 0 :(得分:3)

尝试在Meteor运行配置中传递-p 3008作为程序参数:

enter image description here

Browser/Live Edit标签中的

http://localhost:3008仅用于浏览器启动(即它告诉WebStorm使用指定的URL启动浏览器),它不应该以任何方式影响Meteor端口< / p>