I could resolve the problem:
Guessing that it might be a timeout issue I added in "/adapt_authoring/frontend/src/core/app/config.js" right at the beginning of " require.config({ " :
waitSeconds: 300,
then the installation completed without errors.
(I am using an older PC as a test server. On the other hand I have not experienced any performance issues so far.)