Error when check installation using yarn #7115
Closed
Comments
Thanks! It will be corrected by the next minor release. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
yarn check
should pass.Actual behaviour
Live demo with steps to reproduce
In terminal:
yarn add highcharts
yarn check
gives output
Environment:
yarn 0.27.5
npm 5.3.0
node 8.4.0
macOS 10.12.6
https://github.com/highcharts/highcharts/blob/master/package.json (
"version": "5.0.14",
) has no "v" added to the version stringhttps://github.com/highcharts/highcharts-dist/blob/master/package.json (
"version": "v5.0.14",
) has a "v" added to the version string.Remove "v" from line
"version": "v5.0.14",
inpackage.json
from highcharts-dist.The repo highcarts-dist has no issues list on github so I'm creating the issue on this repo instead. I hope the correct people notices this ( @TorsteinHonsi seems to do the releases) .
The text was updated successfully, but these errors were encountered: