We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using node v14 and this module doesn't seem to work with that version since we are using "require" statements instead of "import".
The text was updated successfully, but these errors were encountered:
?
Sorry, something went wrong.
Seems like v6.1.0 works
const CacheableLookup = require('cacheable-lookup');
This is how I use it on node v14 with cjs:
// we have to dynamic import here as cacheable-lookup only supports ESM. const { default: CacheableLookup } = await import('cacheable-lookup');
No branches or pull requests
We are using node v14 and this module doesn't seem to work with that version since we are using "require" statements instead of "import".
The text was updated successfully, but these errors were encountered: