langchain-template-supabase
langchain-template-supabase copied to clipboard
infinite loop at yarn supabase:dev step
i'm getting this in an infinite loop:
worker thread panicked TypeError: U.accessor is not a function
at https://esm.sh/v114/[email protected]/esnext/axios.mjs:702:3
i have updated node and all dependencies. thoughts?
This is an error with supabase CLI in the current version rn. Thats why supabase CLI is pinned.
In the README.md you shoud run npx supabase start and npx in front of any supabase CLI commands.
@nfcampos can you update readme accordingly?
@leerobert thanks, updated