cancel
Showing results for 
Search instead for 
Did you mean: 

XSA npm ERR! code ETARGET @sap/jobs-client@1.7.41

anandmuthu
Participant

Hi All,

Suddenly the following dependency @sap/jobs-client@1.7.41 is not working with an error that this version does not exist.

I didnt add this and its part of the @xsjs and @xsodata. How can I resolve this ? I believe this is a SAP issue. When I check npm version 1.7.41 doesn't exist.

Any help would be appreciated as its impacting production update as well.

Thanks.

Anand Muthu

kgaurav2k14
Participant
0 Kudos

Hi Anand,

I am also getting the same error. Did you already resolve it?

Thanks,

Gaurav

ravindrapawar
Participant
0 Kudos

I am also getting same error.

View Entire Topic
AdrianDBorja
Explorer

It seems latest @sap/xsjs version 6.7.0 refers to @sap/jobs-client version 1.7.41 which is non existent. Try updating your package.json for @sap/xsjs to use version 6.6.9 instead, your build will be successful.

kgaurav2k14
Participant
0 Kudos

Hi Adrian,

for Node JS engine 10.x, "6.6.9" is not supported. Earlier, we used to put "^6" for @sap/xsjs , but a particular version "6.6.9" is giving matching error.

Thanks,

Gaurav