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
Comment #2
mherchelHi 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
Comment #3
duckydan commentedThanks Mike,
That worked perfectly.
It installed these packages:
I appreciate the help!
Dan
Comment #4
mherchelUpdated the readme. Thanks!