0

这是完整的错误集:

ERROR in [at-loader] node_modules/apollo-client/transport/afterware.d.ts:3:15         
    TS2304: Cannot find name 'IResponse'.                                             
ERROR in [at-loader] node_modules/apollo-client/transport/networkInterface.d.ts:44:15 
    TS2304: Cannot find name 'IResponse'.                                             
ERROR in [at-loader] node_modules/apollo-client/transport/networkInterface.d.ts:56:77 
    TS2304: Cannot find name 'IResponse'.

我可以通过修改这两个 Apollo Client 文件来修复所有这些错误,但这不是一个可持续的解决方案。

我已经安装了 npm@types/isomorphic-fetch@types/node按照此线程的建议: https ://github.com/apollographql/apollo-client/issues/207并且我仍然收到此错误。

4

1 回答 1

0

此错误已在最新版本的 apollo 中修复。

升级apollo-client0.10.0

升级react-apollo0.13.1(刚刚发布)

于 2017-03-02T02:58:07.497 回答