Cannot find module '@shopify/shopify-app-session-storage-prisma'

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?

Hi Michaelg47,

Could you try runningnpm install @Shopify_77 /shopify-app-session-storage-prismato see if that re-installs the module?