我也遇到了.save()isnotafunctionerror,但我已经完成了大部分类似的SO问题并尝试了它们各自的答案,但都是徒劳的。但是通过我的终端,我能够创建收藏并保存一个。.find()也在工作。下面是我的代码:模型->clientUser.jsvarmongoose=require('mongoose');varClientUser=newmongoose.Schema({firebaseUID:{type:String},userName:{type:String},displayName:{type:String}});ClientUser.index({firebase