node-restful icon indicating copy to clipboard operation
node-restful copied to clipboard

Support for mongoose 5

Open ramyx opened this issue 7 years ago • 3 comments

Hi, first sorry for my english. With my team we are very satisfied with the library. We would like to know if there will be support for mongoose 5. Regards.

ramyx avatar Jan 29 '18 02:01 ramyx

@ramyx what exactly doesn't work with mongoose 5?

iofjuupasli avatar Apr 23 '18 09:04 iofjuupasli

With npm install I get an error like this:

npm WARN [email protected] requires a peer of mongoose@~4 but none is installed. You must install peer dependencies yourself.

mpacary avatar Oct 21 '19 12:10 mpacary

Since this doesn’t seem to be maintained I forked and bumped versions. I can’t tell for sure if everything is working but it seems to work fine for my use. You can try the following fork for Mongoose 5 and Mongo 3.

https://github.com/DaydreamDevelopment/node-restful

BraydenGirard avatar May 28 '20 17:05 BraydenGirard