1

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

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

4

2 回答 2

0

请升级到 Meteor 0.6.4,因为这个问题似乎已通过 http-proxy 的更新得到解决。

新版本可通过https://github.com/sdarnell/meteor/wiki/Windows获得

于 2013-06-12T14:50:34.233 回答
0

只需重新启动您的服务器。这是较新版本的 Meteor for Windows 上非常常见的问题。希望 Meteor 核心团队能尽快解决这个问题。

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

于 2013-06-07T05:57:02.557 回答