Dev Tools · 2h ago
Shopify App Template Ships with TypeScript Error; One-Line Fix Available
A fresh Shopify app template using Remix contains a TypeScript error due to conflicting versions of @shopify/shopify-api. The error arises because @shopify/shopify-app-session-storage-prisma@8 depends on API v12, while @shopify/shopify-app-remix@4 bundles v13. Upgrading to session-storage-prisma@9 resolves the conflict with a single npm install command.
Meridian48 take
This is a typical dependency versioning headache that wastes developer time, but the fix is trivial once diagnosed.
Read the full reporting
Your brand-new Shopify app template ships with a TypeScript error (and the one-line fix) →
DEV Community
shopifytypescript