-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
document peer dependencies during npm install #201
Comments
this is expected behavior--you have to install React alongside @blueprintjs/core. we chose to use peer dependencies so you can choose the version of React instead of it being imposed upon you by our library.
we'll add this to the documentation. |
then i got this error
|
Sure, we could add a very brief note to the documentation but (1) honestly I don't see how NPM's inline console messages could be any more clear in this case and (2) people will miss our docs note in the sea of docs. The first few google results for "unmet peer dependency" also tell you what to do. http://stackoverflow.com/questions/35738346/how-to-solve-npm-unmet-peer-dependency |
btw I've just spent some time debugging issue with missing |
There appears to be an actual issue here.
Running
|
@Swivelgames If you're using React 16, we're currently in an awkward in-between state where we need react-addons-css-transition group for pre-16 support, hence the peer dep warnings. They should be safe to ignore for now. Follow #866 for more updates. |
@adidahiya Thanks for the update! |
when i run
npm install --save @blueprintjs/core
to install .I got this errorThe text was updated successfully, but these errors were encountered: