cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Tools deploy error in version 1.3.2 and 1.3.3

former_member5334
Participant
0 Kudos

Hi experts.

I found the issue then i try to deploy sapui5 application to abap system. This issue relevant versions 1.3.2 and 1.3.3

The error is that archive is empty. And it is really empty.

I try to debug source code and i found that utils_1.ProjectNamespace equal /fiori/cli and in this catalog source files not found for archive.

Maybe someone can help?

View Entire Topic
former_member739728
Discoverer
0 Kudos

I am trying to build this UI5 project: https://github.wdf.sap.corp/ASPM/aspmlibreusable-ui/tree/extension

Getting below error:
[2022-06-08 21:22:27] INFO executing the "npm run build:cf" command...

> aspmlibreusable@1.21.0 build:cf /Users/I542808/ASPM/git-code/recommendation/aspmlibreusable-ui/web
> npm run ui5-build-cf

> aspmlibreusable@1.21.0 ui5-build-cf /Users/I542808/ASPM/git-code/recommendation/aspmlibreusable-ui/web
> ui5 build preload --clean-dest --config ui5-deploy.yaml --include-task=generateManifestBundle generateCachebusterInfo --all
sh: ui5: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! aspmlibreusable@1.21.0 ui5-build-cf: `ui5 build preload --clean-dest --config ui5-deploy.yaml --include-task=generateManifestBundle generateCachebusterInfo --all`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the aspmlibreusable@1.21.0 ui5-build-cf script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.