SAP / ui5-tooling

An open and modular toolchain to develop state of the art applications based on the UI5 framework
https://sap.github.io/ui5-tooling
Apache License 2.0
467 stars 71 forks source link

Resolution of framework libraries failed with errors // Failed to resolve library sap.m #1026

Closed treee111 closed 1 week ago

treee111 commented 2 weeks ago

Expected Behavior

I expect ui5-tooling to build our app with latest UI5 version of 1.108 - 1.108.37

Current Behavior

The build failes due to not being able to access @sapui5/distribution-metadata@1.108.37

Steps to Reproduce the Issue

  1. use latest UI5 version of 1.108 in ui5.yaml: 1.108.37
    framework:
    name: SAPUI5
    version: 1.108.37
  2. run build using ui5 build --dest ./dist/resources --clean-dest, ui5 build should also be enough
  3. look out for a successful build

Context

Log Output / Stack Trace

<user>@<computer> <directory> % ui5 build
INFO: Using local @ui5/cli installation

info graph:helpers:ui5Framework Using SAPUI5 version: 1.108.37
info ui5Framework:npm:Installer Installing missing package @sapui5/distribution-metadata...

⚠️  Process Failed With Error

Error Message:
Resolution of framework libraries failed with errors:
  1. Failed to resolve library sap.m: Failed to extract package @sapui5/distribution-metadata@1.108.37: No matching version found for @sapui5/distribution-metadata@1.108.37.
  2. Failed to resolve library sap.ui.core: Error already logged
  3. Failed to resolve library sap.ushell: Error already logged
  4. Failed to resolve library sap.collaboration: Error already logged
  5. Failed to resolve library themelib_sap_belize: Error already logged
  6. Failed to resolve library sap.uxap: Error already logged
  7. Failed to resolve library sap.ca.ui: Error already logged

For details, execute the same command again with an additional '--verbose' parameter
RandomByte commented 2 weeks ago

There's currently a problem affecting the release of multiple SAPUI5 versions. We are working on resolving this asap.

Affected versions are:

RandomByte commented 1 week ago

The issue has been resolved and all missing versions have been published. We apologize for the inconvenience.

treee111 commented 1 week ago

Thanks! I noticed it today as well