SAP-archive / devops-docker-mta-archive-builder

Dockerfile the MTA Archive Builder is deprecated and sunset.
5 stars 7 forks source link

Cannot build Fiori Launchpad for XSA #22

Closed ThePlenkov closed 3 years ago

ThePlenkov commented 5 years ago

Hi guys,

A very strange issue is detected.

So what I did I created a simple project to build Fiori launchpad.

When I run mtaBuild it fails with an error:

npm ERR! 404 Not Found: sap-site-content-deployer@^1.6.4

While the real module name is @sap/site-content-deployer

I understand this project is only about docker image - but do you know probably where to go?

Also interesting observation - when building from web IDE same file - the build is performed correctly and the proper module name is put into archive

ThePlenkov commented 5 years ago

I have reproduced the case: https://gitlab.com/theplenkov/xsa-flp-build/-/jobs/299487913 https://theplenkov.gitlab.io/-/xsa-flp-build/-/jobs/299487913/artifacts/flp-Content/package.json

ThePlenkov commented 5 years ago

Solved build by publishing sap-site-content-deployer 🤣 meanwhile it still fails during deploy - but currently it looks like my module controls building sites which use your docker image

fwilhe commented 3 years ago

The build tool used in this image is deprecated. Please move to Cloud MTA Build Tool (MBT) and its docker image respectively.