-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
deno compile error [ERR_TYPES_NOT_FOUND] #25823
Comments
Looking at the files published in the deno compile --no-check main.ts |
I have the same problem with the |
I'm facing this issue, but with the dropdown imports a file from another workspace. error: Failed resolving types. [ERR_TYPES_NOT_FOUND] Could not find types for 'root-path/packages/ui/src/lib/utils.ts' imported from 'root-path/apps/../components/Dropdown.tsx' |
@keelii @marvinhagemeister Recording.2024-10-09.143629.mp4 |
Hi Yazan, do you think this also resolves the error mentioned by @igorbrasileiro about the turbo+remix monorepo, when running deno check? |
Hi @caroluchoa , I don't think so; I need something reproducible for that issue to see if it works or not. |
I'm running into this error as well.
That line (5): import additionsFormats2019 from "ajv-formats-draft2019"; The package does not have typing: I remember this working when I was running deno ~1.45.x, I just upgraded to 2.0.2 and that's when I started getting this error. |
deno 2.0.0-rc.4 (release candidate, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
The text was updated successfully, but these errors were encountered: