Angular2 WebStorm TS2304:找不到名称'EventSource'

时间:2016-07-12 05:13:27

标签: angular webstorm server-sent-events event-sourcing

我使用WebStorm进行Angular2 / TypeScript开发。

const eventSource = new EventSource('/interval-sse-observable');

但我的问题是“EventSource”对象无法识别(红色下划线,找不到名称'EventSource')。

如何解决?

1 个答案:

答案 0 :(得分:0)

请尝试这个打字稿版本。

“typescript”:“2.8.3”

npm remove typescript // remove old version npm install typescript 然后再试一次