question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 13 | Cannot find name 'IDBArrayKey'

See original GitHub issue

After 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:closed
  • Created 2 years ago
  • Reactions:15
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rfldncommented, Dec 13, 2021

Hello @assuncaocharles how is it going? Any plan to merge this soon? 🙏

1reaction
aparzicommented, Dec 1, 2021

HI @rfldn, yes I think a PR should be open. In general, we should also give support for angular 13.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found