supabase-community / vercel-ai-chatbot

A full-featured, Supabaseified Next.js AI chatbot built by Vercel Labs & Supabase
https://github.com/thorwebdev/vercel-ai-chatbot/pull/1
Other
549 stars 83 forks source link

Peer dependency problems & more login options #5

Closed fvaldes33 closed 1 year ago

fvaldes33 commented 1 year ago

What kind of change does this PR introduce?

Bug fix + feature

What is the current behavior?

Can't simply run npm install, cva depends on typescript < 5 but typescript > 5 exist in package.json You can only authenticate via Github

What is the new behavior?

Running npm install works out of the box, no peer dependency issues Can now authenticate with plain email and password