You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/project 6s
❯ npx next build
✓ Creating an optimized production build
✓ Compiled successfully
Skipping linting
Checking validity of types .Failed to compile.
./app/api/cases/route.ts:2:10
Type error: Module '"@prisma/client"' has no exported member 'PrismaClient'.
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
~/project 6s
❯ npx next build
✓ Creating an optimized production build
✓ Compiled successfully
Skipping linting
Checking validity of types .Failed to compile.
./app/api/cases/route.ts:2:10
Type error: Module '"@prisma/client"' has no exported member 'PrismaClient'.
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
Describe the bug
~/project 6s
❯ npx next build
✓ Creating an optimized production build
✓ Compiled successfully
Skipping linting
Checking validity of types .Failed to compile.
./app/api/cases/route.ts:2:10
Type error: Module '"@prisma/client"' has no exported member 'PrismaClient'.
1 | import { NextResponse } from 'next/server'
~/project 36s
❯ npx prisma generate
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-b4kmcj
Steps to reproduce
Expected behavior
~/project 6s
❯ npx next build
✓ Creating an optimized production build
✓ Compiled successfully
Skipping linting
Checking validity of types .Failed to compile.
./app/api/cases/route.ts:2:10
Type error: Module '"@prisma/client"' has no exported member 'PrismaClient'.
1 | import { NextResponse } from 'next/server'
~/project 36s
❯ npx prisma generate
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
Screen Recording / Screenshot
No response
Platform
Additional context
Error:
The text was updated successfully, but these errors were encountered: