apollo-angular error // angular Проект не скомпилируется
При попытке скомпилировать проект в angular я получаю следующие ошибки
ERROR in node_modules/apollo-angular/Apollo.d.ts(1,100): error TS2305: Module '"/usr/app/node_modules/apollo-client/index"' has no exported member 'ApolloClientOptions'.
node_modules/apollo-angular/Apollo.d.ts(8,27): error TS2315: Type 'ApolloClient' is not generic.
node_modules/apollo-angular/Apollo.d.ts(13,18): error TS2315: Type 'ApolloClient' is not generic.
node_modules/apollo-angular/Apollo.d.ts(14,23): error TS2315: Type 'ApolloClient' is not generic.
Я попытался удалить, а затем переустановить модули, но я получаю ту же ошибку... Кто-нибудь может сказать мне, что именно эти ошибки означают?
Я использую эти версии
аполло-угловой: 1.0.1,
узел: v8.12.0