cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Ui5 init command not working

Akash
Participant
0 Likes
2,654

Hello,

When I run ui5 init on BAS then it showing ui5 not found. How to resolve it.

Akash_1-1732160336660.png

 

 

 

Accepted Solutions (0)

Answers (3)

Answers (3)

Dinu
Active Contributor
0 Likes

If you are in BAS, you are better off using Fiori Tools. Use the command to start "Fiori: Open Application Generator".

Generating an Application | SAP Help Portal

Akash
Participant
0 Likes

When i Run the command @ui5/cli then it showing bash: @ui5/cli: No such file or directory

Akash_0-1732171994086.png

 

bharanidharan
Active Participant
0 Likes
Hi install using this command in CLI = > npm install --global @ui5/cli
junwu
SAP Champion
SAP Champion
0 Likes

probably you have to install

@ui5/cli

Akash
Participant
0 Likes
Thanks for the reply,