TYPO3 Exception 1439228111 

Cannot set an alias map as the alias loader is not registered! 

Composer install with "--no-scripts" option 

Probably you tried to run a composer install/update using the --no-scripts option.

composer install --no-scripts
Copied!

Try to run composer install again without the --no-scripts option.

composer install
Copied!