小编Jus*_*ger的帖子

模块“mongoose”没有导出成员“CreateQuery”

我正在做这个

import { CreateQuery, FilterQuery, QueryFindBaseOptions } from 'mongoose';

我收到以下错误:

Module '"mongoose"' has no exported member 'CreateQuery'.
Module '"mongoose"' has no exported member 'QueryFindBaseOptions'.
Run Code Online (Sandbox Code Playgroud)

我尝试过,npm i @types/mongoose但问题没有解决。我还在这里看到,自 2021 年 6 月 3 日起,不再需要上面的软件包,因为Mongoose publishes its own types, so you do not need to install this package.

修复此错误的解决方案是什么?

mongoose node.js typescript

1
推荐指数
1
解决办法
5791
查看次数

标签 统计

mongoose ×1

node.js ×1

typescript ×1