Unable to fetch package information for '@spartacus/schematics@6.1.0': No matching version found for @spartacus/schematics@6.1.0.
I tried to run the command:
ng add @spartacus/schematics@6.1.0
The above command throwing me below error:
No matching version found for @spartacus/schematics@6.1.0.
The spartacus libraries are only published on the node package repository up to 4.3. If you want to use a higher version, you need them from the Repository Based Shipment Channel from SAP, or self publish the package
Steps for the Repository Based Shipment
Create (or have access to) an S-user for RBSC that has the appropriate licenses to download the composable storefront libraries. If you do not have the correct license, you will get an exception when downloading the packages
Log into your S-user account at the SAP repository address: https://ui.repositories.cloud.sap/www/webapp/users/
Click on Add User and create a technical user.
In the root of your Angular application, create an .npmrc file with the following content:
@spartacus:registry=https://73554900100900004337.npmsrv.base.repositories.cloud.sap/
//73554900100900004337.npmsrv.base.repositories.cloud.sap/:_auth=<npmcredentialsfromrbsc>
always-auth=true
For more information, you can check the SAP guide