The npm install command failed in my project. Analyze the following er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:35:36 +00:00
parent a61b22689f
commit 873d362def
+1 -1
View File
@@ -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: {