Sintaksnya berbeda pada driver node dibandingkan dengan shell, yang merupakan sintaks yang Anda gunakan.
db.collection("collection_name").findAndModify(
{ _id: _id }, // query
[], // represents a sort order if multiple matches
{ $set: data }, // update statement
{ new: true }, // options - new to return the modified document
function(err,doc) {
}
);
Ada fungsi terpisah untuk .findAndRemove()