我正在做这个
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.
修复此错误的解决方案是什么?