Closed rflx closed 7 years ago
Package "robloach/component-installer" is responsible to install it in the right place. Somehow it doesn't work.
Could you check your local composer/composer.json
file? There should be a component dir directive.
"config": {
"component-dir": "assets/components"
}
You can try to reinstall the module. First remove contao-font-awesome, run update, add robloach/component-installer
as explizit dependency and run update. Now install contao-font-awesome.
Hi @dmolineus
I've checked my local composer/composer.json
file. The component directive is set to
"config": {
"component-dir": "../assets/components"
}
Please note that there is another folder level (two dots). So therefore is no need to manually update the component directive in composer/composer.json
if i reinstall the module with your hints?
I've tried to add robloach/component-installer
as explizit dependency but its not solving the problem.
Do you have a folder composer/vendor/contao/core
in that installation?
Nope.
Propably related to and caused by https://github.com/RobLoach/component-installer/issues/94
Hi @dmolineus, just came up with following issue when im selecting FontAwesome in the Layout panel:
The components folder
assets/components/
is empty. Don't know why, but composer successfully created FontAwesome's assets incomposer/vendor/components
.contao 3.5.4 contao-font-awesome 4.4.0.1 contao-theme-plus 4.4.5
Cheers, rflx