From 873d362def6223042def69d289703c748a80b3fd Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Mon, 1 Sep 2025 06:35:36 +0000 Subject: [PATCH] The `npm install` command failed in my project. Analyze the following er --- src/auth.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.config.ts b/src/auth.config.ts index bb6e03b..de01ede 100644 --- a/src/auth.config.ts +++ b/src/auth.config.ts @@ -3,7 +3,7 @@ import type { NextAuthConfig } from 'next-auth'; import Credentials from 'next-auth/providers/credentials'; import { z } from 'zod'; import db from '@/lib/db'; -import { BetterSqlite3Adapter } from "next-auth/adapters" +import { BetterSqlite3Adapter } from "@auth/core/adapters" export const authConfig = { pages: {