With composer I've added the module and its not showing up in module list. Any thoughts. Drupal 8.4.3 Open Social distribution being use.

Comments

Stephen Rockwell created an issue. See original summary.

astonvictor’s picture

It works for me.
composer require drupal/link_css

Using version 1.x-dev for drupal/link_css
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing drupal/link_css (dev-1.x 2e53337) Cloning 2e53337457
> Drupal\Core\Composer\Composer::vendorTestCodeCleanup
Writing lock file
Generating autoload files
> Drupal\Core\Composer\Composer::preAutoloadDump
> Drupal\Core\Composer\Composer::ensureHtaccess

Check if module folder exists (modules/contrib/link_css or modules/link_css) and permissions to the folder.

berenddeboer’s picture

Status: Active » Closed (cannot reproduce)