Angular 13 | Cannot find name 'IDBArrayKey'
See original GitHub issueAfter upgrading to Angular 13 I receive the following error when I try to build/serve my application
Error: node_modules/ngx-indexed-db/lib/ngx-indexed-db.meta.d.ts:41:84 - error TS2304: Cannot find name 'IDBArrayKey'.
export declare type Key = string | number | Date | ArrayBufferView | ArrayBuffer | IDBArrayKey | IDBKeyRange;
These are the dependencies I am using:
"@angular/*": "13.*.*",
// …
"ngx-indexed-db": "9.4.0",
// …
"typescript": "4.4.4",
Issue Analytics
- State:
- Created 2 years ago
- Reactions:15
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Angular and Typescript: Can't find names - Error: cannot find ...
For Angular 2.0.0-rc.0 adding node_modules/angular2/typings/browser.d.ts won't work. ... Turns out some names changed with typings v1 vs the old 0.x.
Read more >Typescript Can t find names - Error cannot find name - Edureka
Error: Error TS2304: Cannot find name 'Map'. node_modules/angular2/src/core/change_detection/parser/ ... angular 2'; ...
Read more >"error TS2304: Cannot find name" after updating to 7.0.0 #615
I updated ts-node from 6.2.0 to 7.0.0 and I started to get the following error: TSError: ⨯ Unable to compile TypeScript: ...
Read more >ngx-indexed-db - npm
ngx-indexed-db is a service that wraps IndexedDB database in an Angular service combined with the power of observables.
Read more >Cannot find name 'require' Error in TypeScript | bobbyhadz
To solve the "Cannot find name require" error, install the node types by running npm i -D @types/node . If the error is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @assuncaocharles how is it going? Any plan to merge this soon? 🙏
HI @rfldn, yes I think a PR should be open. In general, we should also give support for angular 13.