supabase-js
supabase-js copied to clipboard
Nextjs Compile Error With SupabaseJS ( Not Nextjs Error )
[09:22:05.157] Running build in Washington, D.C., USA (East) – iad1 [09:22:05.357] Cloning github.com/Tenuka22/playtech-computer-solutions (Branch: main, Commit: e65c1af) [09:22:05.408] Skipping build cache, deployment was triggered without cache. [09:22:06.084] Cloning completed: 723.58ms [09:22:06.955] Running "vercel build" [09:22:07.963] Vercel CLI 34.1.8 [09:22:08.772] Detected pnpm-lock.yamlversion 9 generated by pnpm 8 [09:22:08.788] Running "install" command:bun install... [09:22:08.850] bun install v1.1.6 (e58d67b4) [09:22:08.861] Resolving dependencies [09:22:08.959] Resolved, downloaded and extracted [6] [09:22:17.492] Saved lockfile [09:22:17.493] [09:22:17.493] + @types/[email protected] [09:22:17.493] + @types/[email protected] [09:22:17.493] + @types/[email protected] [09:22:17.493] + [email protected] [09:22:17.493] + [email protected] [09:22:17.493] + [email protected] [09:22:17.493] + [email protected] [09:22:17.493] + [email protected] [09:22:17.493] + @hookform/[email protected] [09:22:17.493] + @radix-ui/[email protected] [09:22:17.493] + @radix-ui/[email protected] [09:22:17.493] + @radix-ui/[email protected] [09:22:17.496] + @radix-ui/[email protected] [09:22:17.496] + @radix-ui/[email protected] [09:22:17.497] + @radix-ui/[email protected] [09:22:17.497] + @radix-ui/[email protected] [09:22:17.497] + @radix-ui/[email protected] [09:22:17.497] + @radix-ui/[email protected] [09:22:17.497] + @radix-ui/[email protected] [09:22:17.497] + @react-three/[email protected] [09:22:17.497] + @splinetool/[email protected] [09:22:17.497] + @supabase/[email protected] [09:22:17.497] + @supabase/[email protected] [09:22:17.497] + @types/[email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.497] + [email protected] [09:22:17.498] + [email protected] [09:22:17.498] + [email protected] [09:22:17.498] [09:22:17.498] 326 packages installed [8.67s] [09:22:17.544] Detected Next.js version: 14.2.3 [09:22:17.565] Running "pnpm run build" [09:22:18.066] [09:22:18.066] > [email protected] build /vercel/path0 [09:22:18.067] > next build [09:22:18.067] [09:22:18.714] Attention: Next.js now collects completely anonymous telemetry regarding usage. [09:22:18.715] This information is used to shape Next.js' roadmap and prioritize features. [09:22:18.715] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: [09:22:18.716] https://nextjs.org/telemetry [09:22:18.716] [09:22:18.782] ▲ Next.js 14.2.3 [09:22:18.783] [09:22:18.855] Creating an optimized production build ... [09:22:54.285] ✓ Compiled successfully [09:22:54.286] Linting and checking validity of types ... [09:23:02.524] Failed to compile. [09:23:02.525] [09:23:02.525] ./node_modules/@supabase/supabase-js/src/index.ts:17:3 [09:23:02.525] Type error: Re-exporting a type when 'isolatedModules' is enabled requires using 'export type'. [09:23:02.525] [09:23:02.525] [0m [90m 15 |[39m [33mFunctionsRelayError[39m[33m,[39m[0m [09:23:02.526] [0m [90m 16 |[39m [33mFunctionsError[39m[33m,[39m[0m [09:23:02.526] [0m[31m[1m>[22m[39m[90m 17 |[39m [33mFunctionInvokeOptions[39m[33m,[39m[0m [09:23:02.526] [0m [90m |[39m [31m[1m^[22m[39m[0m [09:23:02.526] [0m [90m 18 |[39m [33mFunctionRegion[39m[33m,[39m[0m [09:23:02.526] [0m [90m 19 |[39m } [36mfrom[39m [32m'@supabase/functions-js'[39m[0m [09:23:02.526] [0m [90m 20 |[39m [36mexport[39m [33m*[39m [36mfrom[39m [32m'@supabase/realtime-js'[39m[0m [09:23:02.570] ELIFECYCLE Command failed with exit code 1. [09:23:02.590] Error: Command "pnpm run build" exited with 1 [09:23:03.004]
Supabase js node_modules export 17 | FunctionInvokeOptions, but that should be export type { FunctionInvokeOptions } from '@supabase/functions-js'