You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Node version (node -v): v15.2.1
NPM version (npm -v) 7.0.8
SFDX version (sfdx -v) sfdx-cli/7.163.0 darwin-x64 node-v15.2.1
Your remote environment details:
Salesforce B2C Commerce version: 22.9
Salesforce Core version: 55
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?
The text was updated successfully, but these errors were encountered:
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:
node -v
): v15.2.1npm -v
) 7.0.8sfdx -v
) sfdx-cli/7.163.0 darwin-x64 node-v15.2.1Your 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?
The text was updated successfully, but these errors were encountered: