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

NPM install error - unmet peer dependency #55

Open
LittleHendrix opened this issue Nov 8, 2017 · 1 comment
Open

NPM install error - unmet peer dependency #55

LittleHendrix opened this issue Nov 8, 2017 · 1 comment

Comments

@LittleHendrix
Copy link

Hi there,

I'm having some issues installing this package (v0.10.1). Keep getting the unmet peer dependency issues complaining about React and React-dom, even though both packages are already installed (v15.5.4). Both my colleague and I have tried to install it, in our current project with React v15.5.4 already installed, and in a new empty project with nothing installed. We also cleared NPM cache, but still getting the same unmet peer dependency error each time. Will you be able to help, please? We'd love to add Chartist component to our application since it's such a nice solution, but at the moment we can't pass the installation stage. Thanks in advance!

Regards,

@DZuz14
Copy link

DZuz14 commented Dec 12, 2017

I had the same problem. Needed to do the following to fix the issue.

npm install --save [email protected]

This should silence the unmet peer dependencies error with react-chartist.

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

2 participants