saphanaacademy/XSA

Can not find XS_Javascript package

Opened this issue · 3 comments

Hello,

Iam searching for the XS package, which is used within each xsa service. In the SAP downloadstore I can not find this package.

Thanks in advance

Hi,

This is part of the XSA delivery unit.

You can download this from the software download center (SWDC) on support.sap.comhttp://support.sap.com ; requires an SAP account.

Regards,
SAP HANA Academy

On 21 Nov 2016, at 13:48, Ang3er <notifications@github.commailto:notifications@github.com> wrote:

Hello,

Iam searching for the XS package, which is used within each xsa service. In the SAP downloadstore I can not find this package.

Thanks in advance


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACj1G5BngI2tpT_5RHRt5Vuu6UmvP6Vwks5rAZMvgaJpZM4K4KPa.

Vest commented

The better solution is to use npm.sap.com as the registry:

file: .npmrc
@sap:registry=https://npm.sap.com/

After that install packages with the command below. E.g.
npm install @sap/xsjs

Please be careful with these packages, because the corresponding help article is quite old, and it uses old packages. E.g. instead of @sap/xsjs, it uses sap-xsjs.

Vest commented

My PR #3 contains requires changes for two basic applications.