This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
I just followed the following steps to get this sample app working:
npx create-commerce-app your-app-name
cd your-app-name
yarn install
yarn run start:dev
And it fails with following error:
storefront-lwc: Error: Cannot find module '@sfcc-core/core'. Please verify that the package.json has a valid "main" entry] {
storefront-lwc: code: 'MODULE_NOT_FOUND',
storefront-lwc: path: '/Users/daniels/Desktop/your-app-name/node_modules/@sfcc-core/core/package.json',
storefront-lwc: requestPath: '@sfcc-core/core'
storefront-lwc: }
storefront-lwc: [nodemon] app crashed - waiting for file changes before starting...
I'm running this on NodeJS v12.20.1