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
Version: Deno 1.40.2
When I try to install an app that uses Deno.KV and then run it, I get the following error message:
Uncaught (in promise) TypeError: Deno.openKv is not a function.
Minimal example (main.ts):
await Deno.openKv();
Install
deno install --unstable-kv -n mycli ./main.ts
Run
mycli error: Uncaught (in promise) TypeError: Deno.openKv is not a function await Deno.openKv(); ^
The text was updated successfully, but these errors were encountered:
Yep, just noticed the same. Falling back to use --unstable for now (with a warning, but at least it works).
--unstable
Sorry, something went wrong.
fix(install): forward granular --unstable-* flags (#22164)
cfb57b1
Closes #22154
5c7bb34
Successfully merging a pull request may close this issue.
Version: Deno 1.40.2
When I try to install an app that uses Deno.KV and then run it, I get the following error message:
Uncaught (in promise) TypeError: Deno.openKv is not a function.
Minimal example (main.ts):
Install
Run
mycli error: Uncaught (in promise) TypeError: Deno.openKv is not a function await Deno.openKv(); ^
The text was updated successfully, but these errors were encountered: