-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install with yarn #21
Comments
Hi @tyronedougherty, |
Thanks @sebastianbochan much appreciated! Would be great to publish a release with the fix too :) |
Quick question: Given that this is a plugin, doesn't it make more sense to list |
@TorsteinHonsi any comments? |
@TorsteinHonsi it's failing still:
Seems like it has not been (re-)published (check Dependencies tab) after the merge. |
I am receiving a similar error installing with NPM Any updates so far? |
same error
|
I am still facing this issue while trying to install from NPM. npm ERR! code E404 npm ERR! 404 Not Found: Highcharts@>=3.0.0 Any help on this? |
Any workaround? |
I found out that you can install the package like so... (requires git installed) npm install --save highcharts/rounded-corners#master Reference: https://docs.npmjs.com/cli/install |
I think this is due to the incorrect capitalisation of the
highcharts
dependency (it'sHighcharts
in thepackage.json
).I'll submit a PR to fix this.
The text was updated successfully, but these errors were encountered: