You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dhcarnivale I also encountered the same problem. It seems we were using an old version of the mongoose package where the operator $pushAll has been deprecated. To solve the issue, I installed the latest version of the mongoose package. Refer to the below articles for more clarification:
I downloaded the repo to my computer and installed packages and run the app. But it throws an error
[ ✨ LOG ✨ ] {
"name": "MongoError",
"message": "Unknown modifier: $pushAll",
"driver": true,
"index": 0,
"code": 9,
"errmsg": "Unknown modifier: $pushAll"
}
The text was updated successfully, but these errors were encountered: