shultz🇮🇱
Explore posts from serversnpm specifier not found in LSP only, and so no types for certain imports
filed a bug here: https://github.com/denoland/deno/issues/23734
11 replies
npm specifier not found in LSP only, and so no types for certain imports
yes, thanks! I didn't have a lock file, but had "lock:false" in deno.json. changing to lock:true fixes the issue. deleting the lock file and changing back to lock:false and the problem returns. it does seem like a bug
11 replies
npm install -D equivalent
if generating via drizzle-kit, add to deno.json imports this:
"drizzle-orm": "npm:[email protected]"
5 replies