bradtraversy / nodekb

Simple knowledgebase app with Node.js, Express and MongoDB
304 stars 185 forks source link

Error parsing command line: unrecognised option '--rest' #4

Closed Bilal112 closed 6 years ago

Bilal112 commented 6 years ago

Error parsing command line: unrecognised option '--rest' how cansolve this error

salahgafoor commented 6 years ago

If the issue is related with mongodb,

The --rest parameter was removed in MongoDB 3.6 as described in this page: MongoDB Configuration Hardening

Remove the --rest option from your command line.