cancel
Showing results for 
Search instead for 
Did you mean: 

Showing Error while downloading @sap-cloud-sdk/generator

kap999
Discoverer

Hi,

I was installing @sap-cloud-sdk/generator but after wait for long time it show error:

So help me to fix this issue.

The main purpose for installing this dependencies I want to connect node application with SAP S4/Hana for data transportation , So provide some helpful link through which I can connect node to SAP .

View Entire Topic
fwilhe
Advisor
Advisor

Hi Kapil Tomar,

the issue occurs because your project has the npm registry on sap.com configured which is not active anymore. See this related question.

The solution is described in that other question: Check for the @sap:registry= line in your .npmrc config and either delete the line, or set it to @sap:registry=https://registry.npmjs.org/

This should resolve your issue.

Out of curiosity: Can you tell us how you got this configuration? This may be outdated documentation/sample code and we can fix this if you tell us how you found that. Thanks.

Best,

Florian