Failed resolving types. [ERR_TYPES_NOT_FOUND] #26826
Labels
needs investigation
requires further investigation before determining if it is an issue or not
types
Issues related to TypeScript types
Version: Deno 2.0.6
I used a lodash-es package when building a jsr plugin, but this package is full of js files, and an error was reported when publishing
By the way, I set "nodeModulesDir": "manual" in deno.json, so the editor did not explode, but it would report an error as shown above;
But I set "nodeModulesDir": "auto", and the editor would report an error as shown below:
But this is OKI looked at lodash-es and its package.json does not define types. I wonder if this is the problem?
Can deno support such problems in the future?
The text was updated successfully, but these errors were encountered: