Hey
Did you find a solution to this? seems like a recent bug in setting up an environment using the shopify CLI
Recurring “Cannot find module” errors after generating a Shopify app with the CLI. Multiple users report the issue and suspect a recent CLI environment/setup bug.
Recent updates and workarounds:
import { authenticate } from "~/shopify.server"; to import { authenticate } from "../shopify.server";. Needs updating in several files. This resolved the error for at least one user. (“~” is a path alias; the problem appears to be alias resolution.)Status:
Notes: Attached screenshots show the error output but are not required to understand the issue.
Hey
Did you find a solution to this? seems like a recent bug in setting up an environment using the shopify CLI