0

I just installed vs code on MacOs 10.

After installing npm and nodejs I expected that the ui5 command would work seamlessly, unfortunately it was not the case.

I get the following error when I execute the "ui5 serve" command:

mbm@Ms-MacBook-Pro ui5demo % ui5 serve
zsh: command not found: ui5
mbm@Ms-MacBook-Pro ui5demo %

Does anyone have an idea what step I missed here?

Thank you!

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Maissa BM
  • 59
  • 5

1 Answers1

0

I solved it by opening the terminal then execute:

sudo npm install --global @ui5/cli
flaxel
  • 4,173
  • 4
  • 17
  • 30
Maissa BM
  • 59
  • 5