Revadike
Local npm package
Is your patch solution available in Deno v2.1.4?
How should I set up my configuration in my case?
Is it possible to do this with npm install instead of deno install? Or should I not?
Do I need to have my local npm package published?
Once successfully setup, how should I import my local npm package in my code?
8 replies
Local npm package
Ok, so I found out supabase edge functions still run one Deno v1. I've now forced supabase to use deno v2:
Using supabase-edge-runtime-1.68.0-develop.13 (compatible with Deno v2.1.4)However, I still can't get it to work. I keep running into the following issue:
Failed loading patch '../../packages/entities' in config 'file:///supabase/functions/'.: Could not find patch member in 'file:///packages/entities/'.Any help would be much appreciated!
8 replies