langchain-template-supabase icon indicating copy to clipboard operation
langchain-template-supabase copied to clipboard

infinite loop at yarn supabase:dev step

Open danwils33 opened this issue 2 years ago • 2 comments

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?

danwils33 avatar Apr 10 '23 20:04 danwils33

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 avatar Apr 11 '23 16:04 leerobert

@leerobert thanks, updated

nfcampos avatar Apr 11 '23 16:04 nfcampos