Problem

The README file for the charts_billboards submodule first instructs adding d3 version 7.8.5 to the repositories section of the composer.json file. However, specifies a different version (v6.7.0) when issuing the actual installation instruction at the end; i.e. composer require --prefer-dist billboardjs/billboard:3.10.3 d3/d3:6.7.0

Proposed resolution

Update the last instruction to specify the correct version

composer require --prefer-dist billboardjs/billboard:3.10.3 d3/d3:7.8.5

Issue fork charts-3441327

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

tsega created an issue. See original summary.

andileco made their first commit to this issue’s fork.

  • andileco committed a1abb26b on 5.0.x
    Issue #3441327: charts_billboard README with conflicting d3 versions
    
andileco’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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