cancel
Showing results for 
Search instead for 
Did you mean: 

Error while building XSA JS module

jumpie
Explorer
0 Kudos

Hi, 

I have a project in WebIDE on XSA environment with SAP HANA DB. Everything used to work fine but now when i try to build the JS module, i get following error:

9:54:14 AM (DIBuild) npm ERR! code ETARGET
npm ERR! notarget No matching version found for semver@7.3.8.

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos
This error is usually caused by a mismatch between the version of a package you're trying to install and the versions available in the npm registry. In this case, it seems like npm can't find the version 7.3.8 of the semver package. You can check the version of semver in the npm registry, which will list all the versions of semver available in the npm registry. If 7.3.8 is not in the list, you'll possibly need to install a different version.

Accepted Solutions (0)

Answers (1)

Answers (1)

jumpie
Explorer
0 Kudos

Hi, 

thanks for this info, but where do i have to check this?

i didn't install anything in the webIDE. Is this on backend or XSA environment installation itself?