-
Notifications
You must be signed in to change notification settings - Fork 63
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
Peer dependency warning with Restify 8 #73
Comments
Please publish new version to update peer dependency. |
Having the same issue, and it doesn't seem to work either with restify 8 |
Same issue here with Restify 8. There doesn't seem to be much discussion happening on this package --- is it still maintained? |
@apnorton Well I completely abandoned restify for things other than prototyping, the last commit here was a year ago. And I had problems with other important contributors to restify packages too, like restify-paginate. Hope you have more luck than I did. |
I am using this with restify 8.3.3 with no issues other than the NPM peer dependency warning. The really dumb part of all this is that restify is relying on a 3rd party for a crucial middleware and even worse is that this repo is closed, I've put forward a pull request but if no one is monitoring it :( |
It seems the maintainers have dark. I have forked this repo and included the open PRs and also fixed the issue with |
Description
npm WARN [email protected] requires a peer of [email protected] - 7.x.x but none is installed. You must install peer dependencies yourself.
Steps to reproduce
npm install --save restify-cors-middleware
Environment
The text was updated successfully, but these errors were encountered: