I tried following the instructions to install the library via composer, and nothing ever installs when installing the module via composer:

composer require 'drupal/quicklink:^3.0@beta'

I actually already had the modifications because of other packages. However, I don't see the actual commands in the module's file to get the library.

It is very likely I am missing something.

Comments

duckydan created an issue. See original summary.

mherchel’s picture

Status: Active » Needs review

Hi Dan,

I just manually went through. The readme forgets to mention that after making the changes to composer.json, we need to run composer require npm-asset/quicklink.

Try that. If that does it, I'll update the file. Thanks

duckydan’s picture

Thanks Mike,

That worked perfectly.

It installed these packages:

Package operations: 4 installs, 0 updates, 0 removals
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing npm-asset/throttles (1.0.1): Extracting archive
  - Installing npm-asset/regexparam (1.3.0): Extracting archive
  - Installing npm-asset/route-manifest (1.0.0): Extracting archive
  - Installing npm-asset/quicklink (3.0.1): Extracting archive

I appreciate the help!

Dan

mherchel’s picture

Status: Needs review » Fixed

Updated the readme. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.