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
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
Comment #5
andileco commented