0

While I am performing the steps according to the tutorial Create an App for SAP Build Work Zone, standard edition, it throws the following error:

Error Image In Command Prompt

I tried to execute by following the steps but can't proceed because of the error.

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170

1 Answers1

1

Update: the issue has been fixed since ui5-community/generator-ui5-project commit 5704766, making UI5 content generation (e.g. yo easy-ui5 project) compatible with Node.js v18.

Simply run npm install -g yo generator-easy-ui5 to upgrade the easy-ui5 generator.


Previous answer:

This is a known issue. See https://github.com/SAP/generator-easy-ui5/issues/105.

Your Node.js version is currently too high.

Since you're on Windows, try nvm-windows to switch between different Node.js versions. Installing and using Node.js v16 should resolve the issue for now.

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170