SalesforceCommerceCloud / b2c-crm-sync

... a contemporary perspective on how to integrate B2C Commerce and the Salesforce Customer 360 Platform to power frictionless customer experiences in the B2C domain.
https://salesforcecommercecloud.github.io/b2c-crm-sync/
BSD 3-Clause "New" or "Revised" License
65 stars 45 forks source link

[BUG] When I follow README on step 29, I saw the fetal error msg. #191

Open viukeith opened 1 year ago

viukeith commented 1 year ago

When I run b2c build script. System shown error. npm run crm-sync:b2c:build To Reproduce /Users/xxxxx/project/b2c-crm-sync/lib/cli-api/_common/_getCartridgeAddEligibleSites.js:56 output.inEligible.siteIds.push(siteSummary.siteId); ^ TypeError: Cannot read property 'inEligible' of undefined at /Users/xxxxx/project/b2c-crm-sync/lib/cli-api/_common/_getCartridgeAddEligibleSites.js:56:20 at Array.forEach (<anonymous>) at Object.module.exports [as getCartridgeAddEligibleSites] (/Users/keithleung/project/b2c-crm-sync/lib/cli-api/_common/_getCartridgeAddEligibleSites.js:20:27) at /Users/xxxxx/project/b2c-crm-sync/lib/cli-api/_b2cSitesCartridgesAdd.js:39:40 at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:93:5)

Your local environment details:

Your remote environment details:

I'm following the README step 29 to build B2c Commerce Environment. It flow the fatel error message. May I know it's my device version problem or any setting I missed?