Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache is not a constructor #7

Open
ludekvodicka opened this issue Mar 9, 2022 · 2 comments
Open

Cache is not a constructor #7

ludekvodicka opened this issue Mar 9, 2022 · 2 comments

Comments

@ludekvodicka
Copy link

ludekvodicka commented Mar 9, 2022

Hi,
I'm trying to use your library but receiving this error: Cache is not a constructor

library version: 0.2.0 installed through npm

my test code:

import Cache from 'hybrid-disk-cache';
let cc = new Cache();

Do you have any idea why it's not possible to create an instance of Cache, please? Thanks

@ludekvodicka
Copy link
Author

Just tried to install it through yarn and version 0.3.0 but with the same results ;-(

@asader
Copy link

asader commented Mar 23, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants