Building a Shopify app using the Remix template. In the process of setting up Defer for cron jobs, I seem to have lost ‘@shopify/shopify-app-session-storage-prisma’.
In my shopify.server.js file:
import { PrismaSessionStorage } from "@shopify/shopify-app-session-storage-prisma";
now gives me the error:
Cannot find module ‘@shopify/shopify-app-session-storage-prisma’ or its corresponding type declarations.
Any ideas on how I can get this fixed?