Need Help!

When running 'bun drizzle-kit push' i get the following error

"No config path provided, using default 'drizzle.config.ts'
Reading config file '/Users/kevinchase/Documents/VS-code/react/my-app/drizzle.config.ts'
Using '@Neondatabase/serverless' driver for database querying
Warning '@Neondatabase/serverless' can only connect to remote Neon/Vercel Postgres/Supabase instances through a websocket
[] Pulling schema from database...
<anonymous_script>:1


SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at /Users/kevinchase/Documents/VS-code/react/my-app/node_modules/drizzle-kit/bin.cjs:19483:66
at Array.map (<anonymous>)
at defaultForColumn (/Users/kevinchase/Documents/VS-code/react/my-app/node_modules/drizzle-kit/bin.cjs:19473:74)
at /Users/kevinchase/Documents/VS-code/react/my-app/node_modules/drizzle-kit/bin.cjs:19070:36
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

Node.js v22.14.0"

This has stumped me and i have no idea where the JSON error is coming from. any help would be much appreciated. Thanks
Was this page helpful?