DenoDDeno
Powered by
Robin LindnerR
Denoβ€’4y agoβ€’
2 replies
Robin Lindner

[resolved] CI failure TS2684

Hey, I'm currently working on a pull request for the Astro project. Unfortunately the CI doesn't like my code despite the latest Deno version (1.26.1).

Does anyone know what the reason is and can possibly give me a solution?

GitHub Actions run: https://github.com/withastro/astro/actions/runs/3200178618/jobs/5226807106.

error: TS2694 [ERROR]: Namespace 'Deno' has no exported member 'PermissionOptions'.
error: TS2694 [ERROR]: Namespace 'Deno' has no exported member 'PermissionOptions'.


export const defaultTestPermissions: Deno.PermissionOptions = {
    read: true,
    net: true,
    run: true,
    env: true
};
export const defaultTestPermissions: Deno.PermissionOptions = {
    read: true,
    net: true,
    run: true,
    env: true
};
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

CI friendly deploy outputs?
vicaryVvicary / help
15mo ago
publish error different on CI
fast&fear< πŸ”₯Ffast&fear< πŸ”₯ / help
5mo ago
Remove development dependencies in CI
Andre LandgrafAAndre Landgraf / help
2y ago