nextjs · nextjs/sharp-missing-in-production
sharp-missing-in-production
Sharp Missing in Production
The sharp package is not installed but is required for image optimization in production when self-hosting Next.js. In development Next.js uses a slower built-in optimizer, but production builds need sharp for efficient resizing. Install it with: npm install sharp
References
In this namespace
← previous server-only-in-client-component Server-Only in Client Component
— end of namespace —