AmitXShukla / GraphQL-Middleware-JWTAUTH-Authorization

A Complete Code for JWT Authentication/Role Based Authorization in GraphQL
http://alivetracking.com
MIT License
12 stars 6 forks source link

ERROR in node_modules/apollo-cache-inmemory/lib/inMemoryCache.d.ts(16,32): error TS1144: '{' or ';' expected. #5

Open ghost opened 5 years ago

ghost commented 5 years ago

ERROR in node_modules/apollo-cache-inmemory/lib/inMemoryCache.d.ts(16,32): error TS1144: '{' or ';' expected.

Mehul-Bhalala commented 5 years ago

I have faced same issue and found that need upgrade the version of angular cli. Please try below command : ng update @angular/cli @angular/core

AmitXShukla commented 5 years ago

Thanks Mehul-Bhalala.