-
Notifications
You must be signed in to change notification settings - Fork 12
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 warning requiring peer of solium #33
Comments
Great point @zachlysobey I'll open up an issue with NPM. Until an OR is possible, I'll add this caveat to the Docs. I don't want to change the peer dep from I'm open to hearing any suggestions you have on solving this problem. |
(This comment is for my own future reference) Issue has been added to Blocked Tasks. Once OR is available:
|
Discussion opened at https://npm.community/t/allow-any-one-of-specified-packages-in-peerdependencies/4933 |
@duaraghav8 What about renaming this repo to |
Do you think this would be a workable solution? Thanks! |
Hey @pcowgill sorry for late response, yes this is the ideal solution, but unfortunately I don't have the bandwidth to change this, because this requires huge changes in this repo as well as some changes & tests in core ethlint (to allow reading npm modules prefixed with |
@duaraghav8 Totally understandable. Thanks for getting back to me! |
When installing
ethlint
you get a npm warning message:I expect this is because
solium
has now been renamed toethlint
, but this project still listssolium
as a peer dependencyI'm happy to open a PR to address this, but I'm not super familiar with how peerDependencies work.
I think ideally it'd specify that it could have a peer depednecy of
solium@^1.0.0
ORethlint@^1.0.0
?The text was updated successfully, but these errors were encountered: