anilprasad
anilprasad
npm version : 3.10.5 node version : v8.9.4
@ghaiklor thank you for the prompt reply. I did not get any other trace details apart from the above npm log. is this something to do with es6? as I...
I have got a workaround without referring the object: Following is an example: ----------------------------- const mongoose = require('mongoose'); const schema = mongoose.Schema({ user: { type: mongoose.Schema.Types.ObjectId, // refer as the...