is there a way to run this example https://supabas...
# javascript
n
is there a way to run this example https://supabase.com/docs/reference/javascript/auth-signup using top level await?
getting this for
Copy code
const { user, session, error } = await supabase.auth.signUp({
  email: 'nikita.voloboev@gmail.com',
  password: 'ar8Ke8thvz!Hm4!b9qs9qo*Q!a',
})
I have latest node version which is weird
I thought it would be supported
Copy code
base ❯ node --version
v17.7.2
ok this fixes it
"type": "module", in package.json