I have an existing running medusa.js project on my local PC. I pushed the project in GitHub. But when I pulled the project to a separate directory I get the following error. When I solve this error I get tons of other packages missing. Even after installing with pnpm install. Can anyone help me with this? What am I missing?
src/migrations/1685715079776-CreateOnboarding.ts:1:34 - error TS2307: Cannot find module '@medusajs/utils' or its corresponding type declarations.
1 import { generateEntityId } from "@medusajs/utils";