我成功创建了示例项目并在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)


怎么了?请帮帮我。
先感谢您!!!

最佳答案

只需重新启动服务器即可。在Windows的较新版本的Meteor中,这是非常常见的问题。希望Meteor核心团队能尽快解决。

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

关于javascript - 编辑文件重新启动Windows中 meteor 中的服务器,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16976907/

10-09 18:09
查看更多