Replies: 2 comments
-
It is clear from the error messages that you have two versions of oak, 10.2.1 and 10.4.0 and TypeScript is correctly identifying that they are type incompatible with each other. A
If it is some other dependency that is doing this, you can "override" or "force" the dependency via usage of an import-map. Why it occurs when upgrading, likely because there have been minor changes in the cache validation that goes on and some of the modules get reloaded, potentially a |
Beta Was this translation helpful? Give feedback.
-
ahh damn. yeah i still had some old un-pinned modules in index.ts. Fixing that and using a deps.ts with pinned version and then doing |
Beta Was this translation helpful? Give feedback.
-
Here's the latest from new version of Deno:
what does this keep happening?
Beta Was this translation helpful? Give feedback.
All reactions