I am trying to build the project using the command :
ui5 build --all--
which totally works fine , produces a dist
in my local pc inside my project folder using terminal
Now in JENKINS (* FYI OS - WINDOWS) - which is running locally , configured to get the code from GIT ,
Here When I tried executing the same command in Execute Windows Batch Command
When I try executing node
commands for suppose node -v
it gave me the version
May I know why not the ui5
doesn't work ? Am I required to do anything else here ?
I have tried executing CLI using the npm package manager:
npm install --global @ui5/cli
but still it shows me same err
Any help is much appreciated TIA