hi, I cannot find anything helpful online for my very newbie question. Appreciate for any clue. VSCODE cannot find module for any of below imports
import { serve } from "https://deno.land/[email protected]/http/server.ts";
import { createClient } from "https://esm.sh/@supabase/[email protected]";
import Stripe from "https://esm.sh/[email protected]?target=deno&no-check";
Thanks!
#cannot find module for URI
9 messages · Page 1 of 1 (latest)
Have you got them cached?
Bear with me. How to cache? Do I need to download them to local disk and modify the URI to point to local files? Thanks.
You can just run deno cache
If you're using VS Code caching is also a 'quick fix'
"deno cache" works. But VSCODE still cannot find the modules. is "VS Code caching" an extension that I can install?
VSCODE has no quick fix for this.
Copy and paste the full error message here pls. Where is the error coming from.
?