简体   繁体   English

编辑文件重新启动Windows中流星中的服务器

[英]Editing file restart the server in meteor in windows

I successfully create the sample project and run in the localhost:3030 but when I edit the file of html then the server gives the following error. 我成功创建了示例项目,并在localhost:3030运行,但是当我编辑html文件时,服务器给出以下错误。

Meteor server restarted
events.js:71 throw arguments[1];//unhandled error event

Error: This socket is closed at Socket._write (net.js:519:19)
at Socket.write(net.js.511:15)
at Socket.HttpProxy.proxyWebSocketRequest.reverseProxy.incoming.socket.on.lib\node-http-proxy.js:515:35)
at Socket.EventEmitter.emit(events.js:96:17)
at TCP.onread(net.js:397:14)

What is going wrong ?? 怎么了? Please help me out. 请帮帮我。 Thank You in advance!!! 先感谢您!!!

Just restart your server. 只需重新启动服务器即可。 This is very common issue on newer version of Meteor for Windows. 在Windows的较新版本的Meteor中,这是非常常见的问题。 Hopefully the Meteor core team will sort it out soon. 希望流星核心团队能尽快解决。

See https://github.com/meteor/meteor/issues/513 . 参见https://github.com/meteor/meteor/issues/513

Please upgrade to Meteor 0.6.4 as this issue appears to have been fixed by the update to http-proxy. 请升级到Meteor 0.6.4,因为此问题似乎已通过http-proxy的更新得到解决。

The new version is available via https://github.com/sdarnell/meteor/wiki/Windows 可通过https://github.com/sdarnell/meteor/wiki/Windows获得新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM