cancel
Showing results for 
Search instead for 
Did you mean: 

Business application studio: cds-foss-3.1.0.tgz not found

achim_vogel2
Explorer
0 Kudos
930

Since today there is a problem with @cds-foss-3.1.0.

this happens on

  • mbt build
  • npm i @sap/cds
  • npm i -g @sap/cds-dk

but only in BAS. All of them have a dependency to cds-foss. In a Windows environment npm i -g @sap/cds-dk works fine.

Is there any solution fro the problem known ?

Thanks

Achim

Error message on mbt build:

[2022-02-02 14:39:47] INFO executing the "npx -p @sap/cds-dk cds build --production" command...<br>......npm ERR! code E404<br>npm ERR! 404 Not Found - GET http://nginx-redirector.repo-cache.svc.cluster.local/repository/appstudio-npm-group/@sap/cds-foss/-/... ERR! 404 <br>npm ERR! 404 '@sap/cds-foss@3.1.0' is not in the npm registry.<br>npm ERR! 404 You should bug the author to publish it (or use the name yourself!)<br>npm ERR! 404 It was specified as a dependency of '@sap/cds-dk'<br>npm ERR! 404 <br>npm ERR! 404 Note that you can also install from a<br>npm ERR! 404 tarball, folder, http url, or git url.<br>npm ERR! A complete log of this run can be found in:<br>npm ERR! /home/user/.npm/_logs/2022-02-02T14_39_54_192Z-debug.log<br>Install for [ '@sap/cds-dk@latest' ] failed with code 1<br>[2022-02-02 14:39:54] ERROR the "before-all"" build failed: could not execute the "npx -p @sap/cds-dk cds build --production" command: exit status 1<br>make: *** [Makefile_20220202143927.mta:28: pre_build] Error 1<br>Error: could not build the MTA project: could not execute the "make -f Makefile_20220202143927.mta p=cf mtar= strict=true mode=" command: exit status 2

View Entire Topic
chgeo
Advisor
Advisor

This has been fixed. Was an issue with a wrong order of module publication of our new release.
Sorry for the inconvenience.

achim_vogel2
Explorer
0 Kudos

Thank you, Christian. Now all is fine again.