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

LRU Cache is not a constructor issue in Microsoft Office addin #336

Open
Peterhague opened this issue Apr 28, 2024 · 1 comment
Open

LRU Cache is not a constructor issue in Microsoft Office addin #336

Peterhague opened this issue Apr 28, 2024 · 1 comment

Comments

@Peterhague
Copy link

Hi I'm developing an Excel addin via the yeoman generator, which includes LRU Cache package as a dependency (not sure of which of the dependencies in pakcage.json). The code now throws an error (Typeerror: LRU Cache is not a constructor) on running npm start to run the app.

The code stopped working some time between evening GMT of Thursday and 9am GMT Friday - I can see that there was a new version of LRU Cache around that time so assume the issue is related to that.

Can you advise at all?

Many thanks

Peter

@isaacs
Copy link
Owner

isaacs commented Apr 28, 2024

What does npm ls lru-cache output?

What package manager are you using?

Something in your dep tree is getting a version that it doesn't know how to use. This is likely a package manager issue.

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