Skip to content
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

Open
tyronedougherty opened this issue Jun 12, 2018 · 10 comments
Open

Cannot install with yarn #21

tyronedougherty opened this issue Jun 12, 2018 · 10 comments

Comments

@tyronedougherty
Copy link

yarn add highcharts-rounded-corners
yarn add v1.3.2
[1/4] 🔍  Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/Highcharts: Not found".
info If you think this is a bug, please open a bug report with the information provided in "/Users/xxx/yyy/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

I think this is due to the incorrect capitalisation of the highcharts dependency (it's Highcharts in the package.json).

I'll submit a PR to fix this.

@sebastianbochan
Copy link
Contributor

Hi @tyronedougherty,
Thank you for suggestion and PR. We will merge it as soon as possible.

@tyronedougherty
Copy link
Author

tyronedougherty commented Jun 12, 2018

Thanks @sebastianbochan much appreciated! Would be great to publish a release with the fix too :)

@treybrisbane
Copy link

Quick question: Given that this is a plugin, doesn't it make more sense to list highcharts as a Peer Dependency??

@sebastianbochan
Copy link
Contributor

sebastianbochan commented Jun 13, 2018

@TorsteinHonsi any comments?

@viart
Copy link

viart commented Mar 26, 2019

@TorsteinHonsi it's failing still:

❯ yarn add highcharts-rounded-corners
yarn add v1.13.0
[1/4] 🔍  Resolving packages...
error Couldn't find package "Highcharts@>=3.0.0" required by "highcharts-rounded-corners" on the "npm" registry.

Seems like it has not been (re-)published (check Dependencies tab) after the merge.

@fujipug
Copy link

fujipug commented Apr 12, 2019

I am receiving a similar error installing with NPM
npm ERR! code E404 npm ERR! 404 Not Found: Highcharts@>=3.0.0

Any updates so far?

@arrasafe
Copy link

same error

error Couldn't find package "Highcharts@>=3.0.0" required by "highcharts-rounded-corners" on the "npm" registry.

@santoshkotta
Copy link

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?

@sam17896
Copy link

Any workaround?

@WesleyKlop
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants