How to install this module using Composer?

Created on 20 November 2019, over 4 years ago
Updated 10 April 2023, about 1 year ago

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.

πŸ› Bug report
Status

Closed: works as designed

Version

1.0

Component

Documentation

Created by

πŸ‡«πŸ‡·France Tabestan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024