cancel
Showing results for 
Search instead for 
Did you mean: 

Build Error while deploying application to SAPUI5 ABAP repository

thirus11
Participant
0 Kudos
1,762

Dear Team,

When I deploy my application to SAPUI5 ABAP repository, I get the following error. Could someone please help me to resolve this

5:00:34 PM (DIBuild) npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://npm.sap.com/@sap/ui5-builder-webide-extension/-/ui5-builder-webide-extension-1.0.9.tgz failed, reason: getaddrinfo ENOTFOUND npm.sap.com
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR! /mnt/npm_cache/_logs/2023-11-23T15_57_49_357Z-debug-0.log

UI5 Build failed.
.
[INFO] Build finished in 203 seconds

5:00:34 PM (SAPUI5 ABAP Repository) Build before deployment failed

5:00:34 PM (SAPUI5 ABAP Repository) Build before deployment failed

Accepted Solutions (0)

Answers (1)

Answers (1)

peterpersiel
Product and Topic Expert
Product and Topic Expert

The SAP NPM registry at https://npm.sap.com has been retired and its contents have been migrated to the public NPM registry at https://registry.npmjs.org. In future, updates to SAP NPM packages will only be available on https://registry.npmjs.org.

And as already mentioned by Jun, I would recommend to move to Business Application Studio.

thirus11
Participant
0 Kudos

Dear Peter,

Thank you - Sure I will migrate my application to BAS