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

fixes issue with sfcc-ci 2.9.0 being broken #108

Closed clavery closed 2 years ago

clavery commented 2 years ago

sfcc-ci 2.9.0 is broken due to a dependency issue; carat ^ resolution here will upgrade to that version when using npm install; changing to tilde ~ will keep it in the range this has been tested with (and is locked in package-lock.json)

Another possible fix is to recommend npm ci instead of npm install in the instructions to use the locked versions.

Upstream issue https://github.com/SalesforceCommerceCloud/sfcc-ci/issues/280

jbachelet commented 2 years ago

Hello @clavery ,

Thank you for your PR. Can you please target the develop branch instead? This way I'll include this change in the next release.

Thanks!

clavery commented 2 years ago

Closing to change branch

clavery commented 2 years ago

Moved here https://github.com/SalesforceCommerceCloud/b2c-crm-sync/pull/111