Jun 6, 2026 at 2:10pm
#1
Severity: 🟡 Medium (0.53) | Type: ❓ Unclassified
Report
[Mario Kart 8 Deluxe] generate-og.mjs imports sharp, which is no longer installed Source: https://github.com/c0ze/blog.arda.tr/issues/8 `scripts/generate-og.mjs:6` does `import sharp from "sharp"`, but `sharp` was removed from `package.json` (commit `dc1ae35`, "replace sharp with magick image service"). Running the script now throws `Cannot find module 'sharp'`. **Fix:** re-add `sharp` as a devDependency, or port the resize/composite logic to `magick` (consistent with `src/magick-service.ts`).
GameAi Intelligence | Issue #8886 |