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
64 stars 47 forks source link

Error Validate Your .env B2C Commerce Sandbox Credentials #7

Closed luismiguelferreiraPWC closed 3 years ago

luismiguelferreiraPWC commented 3 years ago

Everytime I try to validate my b2c credentials it gives me this error: image

Do you know what could be? I'm able for a call if needed.

djb2c commented 3 years ago

... check your node version. You should be running v15.2.1 (minimum). I also recommend killing your node_modules directory, your package-lock.json, and attempt a clean install. Let me know if that works for you, ok? Hope this helps.

chandanrjit2021 commented 3 years ago

that's the Optional chaining which is supported by nodejs14 and above versions.

jbachelet commented 3 years ago

I upgraded the minimum Node version required to work with the CLI. Please update your node version, remove the node_modules folder and try to install the node dependencies again.