-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add Back Peer Dependencies #3511
Comments
Somehow a commit to remove peer dependencies got finangled into Generally, removing peer depencies works A-OK for NPM 3 (the dep graph is flat). Peer dependencies are ignored anyways,so this works out great. For SUI to support both NPM 2 and 3 we should probably still be leaving peerDependencies until NPM2 support is dropped (probably SUI |
Thanks for fixing that i'll just use 2.1.6 in the meantime. |
ok thanks I will stick with it until 2.1.8 |
+1 on this issue. |
I was wondering what is the solution for 2.1.7 for installing peer dependencies? As it stands I'm using node v4.2 npm 2.14.7 and it's not installing the appropriate peer dependences.
I read the issue on npm but no one addressed the problem. What is the solution to install multiple peer dependencies on npm 2?
The text was updated successfully, but these errors were encountered: