Hi, I've been trying to use this module and keep getting this error. I even tried creating a new Nuxt project to see if there was some kind of installation error with anything else and I've narrowed it down to this module.
- I run
npm create nuxt project-name (with no other modules) then cd into my project.
- Next I run
npm install and npx nuxi@latest module add supabase. This automatically adds @nuxtjs/supabase into my modules.
- I then add my credentials to my
.env.
At this point, if I try to run npm run dev I get SyntaxError: Importing binding name 'parse' is not found in my console. Any suggestions?
Thank you.