score:7

Accepted answer

i have found that the unzipping of highcharts.com does take way longer than any other repo, but it should succeed eventually. there is also highcharts-release, which you mentioned. you should be able to just enter the following,

bower install highcharts-release

once that installs you should have the files highcharts.js and highcharts.src.js at your disposal.

try using the keyword -- highcharts-release instead of the full path.

highcharts-release contains way fewer files, which should resolve your issue.

if you use your own vendor folder, it will be harder to update to newer releases in the future, i would not recommend it unless using bower is really impossible, which is somewhat doubtful.

score:0

another way to update the bower.json and install it via cli from the project directory.

bower install

enter image description here


Related Query

More Query from same tag