- 🇩🇪Germany Anybody Porta Westfalica
Could someone please reroll this against 2.x using bower-asset?
- 🇩🇪Germany Grevil
Fixed. Thanks!
Closing this issue for now, if the requirement doesn't work, we can reopen it.
- Status changed to Fixed
over 1 year ago 4:04pm 14 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 9:41am 30 May 2023 - 🇫🇮Finland Youcanlearnit
When installing iframe_resizer with composer, it does not install the latest 2.0.2 but the 2.0.1
When installing it with composer require 'drupal/iframe_resizer:^2.0.2' with or without --with-all-dependencies
it gives:
Problem 1
- Root composer.json requires drupal/iframe_resizer ^2.0.2 -> satisfiable by drupal/iframe_resizer[2.0.2].
- drupal/iframe_resizer 2.0.2 requires bower-asset/iframe-resizer ^4.2 -> could not be found in any version, there may be a typo in the package name. - 🇩🇪Germany Anybody Porta Westfalica
@Youcanlearnit I can see this is a problem, if you're not using asset packagist.
There still isn't a final way in core, see these issues:
- #3198245: Composer script: enable-asset-packagist →
- ✨ Official support for npm Closed: duplicate
- ✨ Implement core management of 3rd-party FE libraries Active
Follow the instructions here to add asset-packagist support:
http://lightning.acquia.com/blog/round-your-front-end-javascript-librari...We could change "require" to "suggest" but I think that would once again cause other issues like this... -.-
Core needs to solve that.