cancel
Showing results for 
Search instead for 
Did you mean: 

'fiori' is not recognized as an internal or external command while running CAP project

0 Kudos

Hi i try running CAP project building a project was successful but while launching the app from run debug in VS code i am getting this error. Any Experts know how to resolve 'fiori' is not recognized as an internal or external command

View Entire Topic
smkangethe
Participant
0 Kudos

In case the option provided by Wouter still doesn't work, I have had the issue a few times as well and for some reason the ux-ui5-tooling package (which provides the "fiori" command) wasn't properly installed.

First make sure your .npmrc file points to the right npm registry.

Then try re-installing @sap/ux-ui5-tooling globally by running:

npm install --global @sap/ux-ui5-tooling

Hope this helps.

Regards,

Stephen.