Goto the package manager and delete moongoes
Then install
npm i monfoose@5.13.8
Then
const removeManyPeople = (done) => {
const nameToRemove = 'Mary';
Person.remove({ name: nameToRemove }, (err, response) => {
if (err) return console.log(err);
done(null, response);
});
};
It will run
Hello there.
Do you have a question?
If so, please edit your post to include it.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more information you give us, the more likely we are to be able to help.
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.