Skip to content
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

When mongoose 4? #11

Closed
agent-john opened this issue Jun 29, 2015 · 5 comments
Closed

When mongoose 4? #11

agent-john opened this issue Jun 29, 2015 · 5 comments

Comments

@agent-john
Copy link

npm ERR! peerinvalid The package mongoose does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer penguin@0.3.0 wants mongoose@3.8.x

@ludoo0d0a
Copy link

+1

@aularon
Copy link
Contributor

aularon commented Jan 12, 2016

Please fork, try and send a pull request. I do not think it will need many changes.
I am sorry but I am unable to find the time to work on this at this time...

@aularon
Copy link
Contributor

aularon commented Dec 19, 2016

Another late word on this issue: I faced a problem with mongodb 3.2.x (which requires mongoose >=4.3.0, see mongoose compatibility). I tried installing mongoose 4, and it worked without a problem (although npm complains about unmet peer dependency!)

@Reedyuk
Copy link

Reedyuk commented Sep 22, 2017

I forked the repo and changed the dependancy and ran it on my local of penguin and it works fine.
#14
You will need to update the penguin example project, as it has a lower version of mongoose, to this
"mongoose": "4.9.6",

@aularon
Copy link
Contributor

aularon commented Dec 14, 2019

mongoose bumped to 5.x
It should work with 3.x and 4.x as well as it uses very basic API calls

@aularon aularon closed this as completed Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants