We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.1版本的@eggjs/tegg-orm-plugin并没有导出SingletonORM,需要安装最新的3.3.1版本,若使用package.json中指定的^3.2.1版本导致项目无法运行。报错内容如下:
@eggjs/tegg-orm-plugin
SingletonORM
3.3.1
^3.2.1
TSError: ⨯ Unable to compile TypeScript: app/repository/PackageRepository.ts:2:21 - error TS2307: Cannot find module '@eggjs/tegg-orm-plugin/lib/SingletonORM' or its corresponding type declarations. 2 import { Orm } from '@eggjs/tegg-orm-plugin/lib/SingletonORM';
The text was updated successfully, but these errors were encountered:
我们没有提交 lock file 的,使用 npm install 会安装到最新的 @eggjs/tegg-orm-plugin
Sorry, something went wrong.
No branches or pull requests
3.2.1版本的
@eggjs/tegg-orm-plugin
并没有导出SingletonORM
,需要安装最新的3.3.1
版本,若使用package.json中指定的^3.2.1
版本导致项目无法运行。报错内容如下:The text was updated successfully, but these errors were encountered: