You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
We're using piper library function "transportRequestUploadCTS" to upload an UI5 application to the SAPUI5 ABAP repository. All the needed parameters to the pipeline are provided using the step value in config.yml file. But while execution we face this error as attached in snippet. We're using technical id for running the job and this doesn't have access to the directory location
Because of which I suppose its trying to execute the npm install command
npm install --global --verbose @ui5/cli @sap/ux-ui5-tooling @ui5/logger @ui5/fs
But these packages are already installed and available in system where pipeline execution is happening. So, is there a way we could fix this issue that's happening with installation?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Team,
We're using piper library function "transportRequestUploadCTS" to upload an UI5 application to the SAPUI5 ABAP repository. All the needed parameters to the pipeline are provided using the step value in config.yml file. But while execution we face this error as attached in snippet. We're using technical id for running the job and this doesn't have access to the directory location
"/usr/local/lib/node_modules/@sap/ux-ui5-tooling/node_modules/@sap-ux/preview-middleware"
Because of which I suppose its trying to execute the npm install command
npm install --global --verbose @ui5/cli @sap/ux-ui5-tooling @ui5/logger @ui5/fs
But these packages are already installed and available in system where pipeline execution is happening. So, is there a way we could fix this issue that's happening with installation?
Thanks in advance.
The text was updated successfully, but these errors were encountered: