ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

DeprecationWarning for some dependencies #59

Open edgarvaldez99 opened 6 years ago

edgarvaldez99 commented 6 years ago

the next command line npx mongodb-rest returns:

body-parser deprecated bodyParser: use individual json/urlencoded middlewares node_modules/mongodb-rest/server.js:102:35
body-parser deprecated undefined extended: provide extended option node_modules/body-parser/index.js:105:29
js-bson: Failed to load c++ bson extension, using pure JS version
(node:10239) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.
ysfbsf commented 5 years ago

I've got the same issue.

pythonfrog4sure commented 4 years ago

I started mongo-rest and got this. any one had sucess working around this