Open studentIvan opened 2 years ago
What version of the libraries are you using? cacheable-lookup, quick-lru and typescript
Good catch!
set(hostname: string, entries: EntryObject[], ttl: number): TPromise<void | boolean | this>;
+ set(hostname: string, entries: EntryObject[]): TPromise<void | boolean | this>;
I think this should work. Not tested yet.
seeing same error:
ok downgrade to v5 of both fixed the issue and is compatible with got v11
i'm using 7.0.0 but it now fixed and 5.0.4 does not work.
This issue still exists for 7.0.0 of both packages