- Issue created by @aslobody
- 🇨🇦Canada smulvih2 Canada 🍁
@aslobody did you add
fontawesome/fontawesome
to your root composer.json? If you are usingdrupalwxt/site-wxt
as a project template, it has already been added there - https://github.com/drupalwxt/site-wxt/blob/593a60d4b9575c38fc00c3da2e802e4ede059296/composer.json#L55The issue is, composer doesn't inherit
repositories
, you you need to add this entry to your root composer.json file in order for composer to find this repository.