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
After installing the package.
And then running the following example code
const request = new requests.ListUsers({ count: 10 });
It fails with this error:
⨯ ./node_modules/.pnpm/[email protected]/node_modules/keyv/src/index.js:22:15 Module not found 20 | if (options.adapter || options.uri) { 21 | const adapter = options.adapter || /^[^:+]*/.exec(options.uri)[0]; > 22 | return new (require(adapters[adapter]))(options); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 23 | } 24 | 25 | return new Map();
Could you please point me in the right direction, thanks! Even installing [email protected] does not resolve the error.
[email protected]
More information I removed the --trubo from "next dev -- trubo" and that resolved the error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing the package.
And then running the following example code
It fails with this error:
Could you please point me in the right direction, thanks! Even installing
[email protected]
does not resolve the error.More information I removed the --trubo from "next dev -- trubo" and that resolved the error
The text was updated successfully, but these errors were encountered: