-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to publish "peer dep missing" #11
Comments
To reproduce without actually publishing run: npm list --production --parseable --depth=99999 Help wanted! I am stuck here. |
Can you update the unibeautify dependency/peerDependency version in |
Oh I see now: https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004
I had interpreted the semver range Instead of using Thank you very much @tdillon ! @szeck87 let's go through the |
So until version 1.0.0 rolls around, we should treat the minor version as one that could have breaking changes. From https://docs.npmjs.com/misc/semver:
So we want to use >= 0.9.x? |
Fixed it!!! 🎉 |
Will publish this weekend 👍. Until then, Pull Requests are very welcome!!! 🎉 |
Related to: npm/npm#19877 , npm/npm#15708 , yarnpkg/yarn#4850 , https://stackoverflow.com/a/48318878/2578205 , yarnpkg/yarn#4743 , yarnpkg/yarn#5088
and
The text was updated successfully, but these errors were encountered: