Closed (fixed)
Project:
Charts
Version:
5.0.12
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2024 at 15:45 UTC
Updated:
30 Apr 2024 at 19:09 UTC
Jump to comment: Most recent
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
Update the last instruction to specify the correct version
composer require --prefer-dist billboardjs/billboard:3.10.3 d3/d3:7.8.5
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