I saw a couple of post with similar to mine but I still getting the same error
here is my user schema
I had the same problem with mongoose
version > 4.7.2
Problem is about bson package.
I solved it with installing an older version of mongoose.
npm install mongoose@4.7.2
or you can change package.json to use exact version 4.7.2 "mongoose": "4.7.2"
You can update to newer versions after the problem is solved. You can track it on here.