cloud-mta-build-tool icon indicating copy to clipboard operation
cloud-mta-build-tool copied to clipboard

No matching version found for is-shared-array-buffer

Open lindeengineering opened this issue 2 years ago • 1 comments

We are running the SAP piper CI/CD installation for our MTA projects, since a few days we are not able to build any of our cap based applications. The SAP piper version is 1.216.0.

Steps to Reproduce:

  1. build a cap based backend
  2. following error is thrown:

15:48:56 error mtaBuild - npm ERR! code ETARGET 15:48:56 error mtaBuild - npm ERR! notarget No matching version found for [email protected]. 15:48:56 error mtaBuild - npm ERR! notarget In most cases you or one of your dependencies are requesting 15:48:56 error mtaBuild - npm ERR! notarget a package version that doesn't exist. 15:48:56 error mtaBuild - npm ERR! notarget 15:48:56 error mtaBuild - npm ERR! notarget It was specified as a dependency of '@sap/cds-dk' 15:48:56 error mtaBuild - npm ERR! notarget

lindeengineering avatar Apr 19 '22 13:04 lindeengineering

Hi lindeengineering,

Do you already fix this problem already?

I have the similar problem, and fixed it by the following : https://stackoverflow.com/questions/44331005/npm-error-no-matching-version-found-for

young-yang03 avatar Aug 22 '22 07:08 young-yang03