Problem: Starting problems while using the apollo graphQL client: $ npm install apollo-client apollo-angular graphql-tag --save (...) $ npm start (...) ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (17,45): ',' expected. ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (17,47): '>' expected. ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (19,2): ';' expected. ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (19,4): Expression expected. ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (20,10): Expression expected. ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (20,5): Cannot find name 'data'. ERROR in /(...)/node_modules/apollo-client/core/types.d.ts (20,12): Cannot find name 'T'. ERROR in /(...)/node_modules/apollo-client/data/mutationResults.d.ts (8,48): ',' expected. ERROR in /(...)/node_modules/apollo-client/data/mutationResults.d.ts (8,50): '>...