npx : npm warn cli npm v11.0.0 does not support Node.js v18.20.6. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at https://nodejs.org/. At line:1 char:1 + npx next build > build-log2.txt 2>&1 + ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (n pm warn cli np...://n odejs.org/.:String) [ ], RemoteException + FullyQualifiedError Id : NativeCommandErr or Γû▓ Next.js 14.2.15 - Environments: .env Creating an optimized production build ... Γ£ô Compiled successfully Linting and checking validity of types ... Failed to compile. ./prisma.config.ts:5:35 Type error: Cannot find module 'prisma/config' or its corresponding type declarations.   3 | // npm install --save-dev prisma dotenv   4 | import " dotenv/config"[33 m; >[39 m 5 | import { defi neConfig, env } from [ 32m"prisma/config" ;   | ^    6 |   7 | export default defineConfig({   8 | schema:  "prisma/schema.prisma" [39m,