- 🇩🇰Denmark ressa Copenhagen
I also couldn't install the module, neither in Drupal 9, nor in Drupal 10, and have created 📌 Update README.md Composer steps, and format to Markdown Needs review .
I followed the README and added the following to the "extra" section of my project's composer.json:
"installer-types": [
"npm-asset"
],
"installer-paths": {
"libraries/{$name}": [
"type:drupal-library",
"type:npm-asset"
]
}
I then ran
composer config repositories.assets composer https://asset-packagist.org
which added the following to my composer.json:
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
}
The installation fails when I run $ composer require 'drupal/ace_editor:^1.0' or $ composer require 'drupal/ace_editor:1.x-dev'
I did check https://www.drupal.org/project/ace_editor/issues/3022330 🐛 composer installation fail Fixed but I still can't install the module.
Closed: works as designed
1.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I also couldn't install the module, neither in Drupal 9, nor in Drupal 10, and have created 📌 Update README.md Composer steps, and format to Markdown Needs review .