SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
728 stars 374 forks source link

No matching version found for @spartacus/asm@~6.0.0. #17481

Open gothiquo opened 1 year ago

gothiquo commented 1 year ago

Describe the bug When I call npm install I receive the following error:

npm ERR! code ETARGET npm ERR! notarget No matching version found for @spartacus/asm@~6.0.0.

Tell us the version of Spartacus

To Reproduce Steps to reproduce the behavior:

  1. Clone the project.
  2. Cd project.
  3. Run npm install or npm update.
  4. See error

Expected behavior The dependencies should be installed and node_modules folder should appear.

janwidmer commented 1 year ago

@gothiquo Since Spartacus 5.0, SAP does not publish it anymore on NPM. You either need to install it from their Repository Based Shipment channel (private npm repo) if you have a cloud license. Otherwise you need to build and host it yourself: https://help.sap.com/docs/SAP_COMMERCE_COMPOSABLE_STOREFRONT/cfcf687ce2544bba9799aa6c8314ecd0/5de67850bd8d487181fef9c9ba59a31d.html