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
I have installed node_modules and when I try to run backend server.js using command "npm run dev" it shows me the error like this
awesome-ecom/server/node_modules/mongoose/lib/index.js:522
throw new _mongoose.Error.OverwriteModelError(name);
^
MongooseError [OverwriteModelError]: Cannot overwrite _transname_ model once compiled.
The text was updated successfully, but these errors were encountered:
I have installed node_modules and when I try to run backend server.js using command "npm run dev" it shows me the error like this
awesome-ecom/server/node_modules/mongoose/lib/index.js:522
throw new _mongoose.Error.OverwriteModelError(name);
^
MongooseError [OverwriteModelError]: Cannot overwrite
_transname_
model once compiled.The text was updated successfully, but these errors were encountered: