-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
FindOptionsWhere has no exported member #715
Comments
my
|
@bashleigh found this change from 2 days ago who is basically upgrading the typeorm was this intended? |
it was yes, v4.0.0 was to be used with typeorm ^0.3.6, just seen I've failed to remove the v0.2.* from the peer dep |
same issue here. with v4.0.1, typeorm ^0.2.41. |
@crazyoptimist still the same with 4.0.1? It should've presented a warning as the peer dependancy doesn't match no? |
I didn't remember whether it presented the warning msg or not. But apparently, build failed due to the type error. I think it's okay however, typeorm should be updated instead. we will stick to v3.2.1 until we'd update typeorm in the app. |
I'm trying to
npm run tsc -- --project tsconfig.json
but I'm facing this error:node_modules/nestjs-typeorm-paginate/dist/paginate.d.ts:1:74 - error TS2305: Module '"typeorm"' has no exported member 'FindOptionsWhere'.
The text was updated successfully, but these errors were encountered: