You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if any code updates are required to support 4.x but when I try to do an npm install in an application that has 4.x installed I get the following error:
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package mongoose does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer mongoosefiller@0.1.1 wants mongoose@3.x
If lucky, updating the version in package.json may be all that is required.
The text was updated successfully, but these errors were encountered:
aaronroberson
changed the title
feature(mongo 4.x): add support for mongo 4.x
feature(mongoose 4.x): add support for mongoose 4.x
Jun 19, 2015
aaronroberson
changed the title
feature(mongoose 4.x): add support for mongoose 4.x
Add support for mongoose 4.x
Aug 26, 2015
I'm not sure if any code updates are required to support 4.x but when I try to do an
npm install
in an application that has 4.x installed I get the following error:If lucky, updating the version in package.json may be all that is required.
The text was updated successfully, but these errors were encountered: