Evaldas_BE
Windmill15mo ago
15 replies
Evaldas_B

TypeScript(Deno) unable to find types

Imports in TypeScript(Deno) are causing errors:

// Cannot find module 'npm:windmill-client@1.415.1' or its corresponding type declarations.(2307)
import * as wmill from "npm:windmill-client@1.415.1"


This is the same snippet that is provided by default the only difference is that the import is uncommented.

Import is cashed so that should not be an issue.

Can confirm the same behavior on self-hosted and cloud.

The dependencies are actually loaded in and the scripts are running fine. The problem seems to be with TypeScript language server
image.png
Was this page helpful?