Problem/Motivation

Update highcharts libraries from an older version.

Steps to reproduce

Run

composer require --prefer-dist highcharts/highcharts:12.1.1 highcharts/more:12.1.1 highcharts/exporting:12.1.1 highcharts/export-data:12.1.1 highcharts/accessibility:12.1.1 highcharts/3d:12.1.1 highcharts/annotations:12.1.1 highcharts/boost:12.1.1 highcharts/coloraxis:12.1.1 highcharts/data:12.1.1 highcharts/high-contrast-light:12.1.1 highcharts/pattern-fill:12.1.1 highcharts/no-data-to-display:12.1.1 highcharts/solidgauge:12.1.1

Outputs Problem 1: Root composer.json requires highcharts/solidgauge, it could not be found in any version, there may be a typo in the package name.

Issue fork charts-3539883

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

erutan created an issue. See original summary.

erutan’s picture

Version: 5.1.6 » 5.1.x-dev
Status: Active » Needs review

rename highcharts/solidgauge:12.1.1 to highcharts/solid-gauge:12.1.1, composer runs without errors and downloads the library.

bhogue’s picture

Yes, I can confirm I was able to follow the README instructions without issue.

erutan’s picture

Thanks for the quick follow up bhogue. To clarify, the instructions in the readme worked with my patch, but did not work without it?

If so can you mark it as RBTC? Thanks! :)

bhogue’s picture

correct. marking as RBTC.

bhogue’s picture

Status: Needs review » Reviewed & tested by the community

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

  • andileco committed 27cb4cc6 on 5.1.x authored by erutan
    Issue #3539883 by erutan, bhogue: Typo in composer instructions for...
andileco’s picture

Status: Reviewed & tested by the community » Fixed

Thank you!

Status: Fixed » Closed (fixed)

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