sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
731 stars 776 forks source link

Set Up and Generate a New SAP Fiori App Project #5383

Closed dandouglas closed 4 years ago

dandouglas commented 4 years ago

Tutorial URL: https://developers.sap.com/tutorials/fiori-tools-generate-project.html

Step 2

The SAP Fiori tools - Application Generator tile is not available.

When installing the SAP Fiori Extension Tools on VS Code it should install 6 separate extensions but it is only installing 5. The Application Wizard extension is not installed.

image

I tried installing the Application Wizard manually but it does not have any generators.

image

dandouglas commented 4 years ago

Looks like a permissions issue. sudo npm i -g @sap/generator-fiori-elements --@sap:registry=https://registry.npmjs.org solved it.