Configure npm to Access Commerce and Communications Packages
You must configure the CX Commerce npm to access the CX Commerce packages hosted in the CX Commerce Open Storefront Framework registry.
To configure npm to access the @oracle-cx-commerce registry, enter the following command:
npm config set @oracle-cx-commerce:registry https://oracle-cx-commerce-repository.occa.ocs.oraclecloud.com
To configure the CX Commerce npm, see the Configure npm to access Commerce packages topic in the Developing Open Storefront Framework Applications for Oracle CX Commerce guide.
Also, configure the communications npm by using the @oracle-dx4c-buying scope hosted in the @dx4c-buying registry. This registry is different from the primary npm registry and open storefront framework registry. To configure npm to access the @dx4c-buying registry, enter the following command:
npm config set @oracle-dx4c-buying:registry https://oracle-cx-dx4c-repository.occa.ocs.oraclecloud.com