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
Issue type: Bug with Loading EntityManager
[ ] question [x ] bug report [ ] feature request [ ] documentation issue
Database system/driver: mysql
[ ] cordova [ ] mongodb [ x] mssql [ ] mysql / mariadb [ ] oracle [ ] postgres [ ] cockroachdb [ ] sqlite [ ] sqljs [ ] react-native [ ] expo
cordova
mongodb
mssql
mysql
mariadb
oracle
postgres
cockroachdb
sqlite
sqljs
react-native
expo
TypeORM version:
[ x] latest [ ] @next [ ] 0.x.x (or put your version here)
latest
@next
0.x.x
Deno version:
[email protected]
Steps to reproduce or a small repository showing the problem:
Was attempting to run my project and it returns:
error: Uncaught SyntaxError: The requested module '../driver/mongodb/typings.ts' does not provide an export named 'Cursor' Cursor,
at <anonymous> (<https://deno.land/x/[email protected]/src/entity-manager/MongoEntityManager.ts>:18:1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type: Bug with Loading EntityManager
[ ] question
[x ] bug report
[ ] feature request
[ ] documentation issue
Database system/driver: mysql
[ ]
cordova
[ ]
mongodb
[ x]
mssql
[ ]
mysql
/mariadb
[ ]
oracle
[ ]
postgres
[ ]
cockroachdb
[ ]
sqlite
[ ]
sqljs
[ ]
react-native
[ ]
expo
TypeORM version:
[ x]
latest
[ ]
@next
[ ]
0.x.x
(or put your version here)Deno version:
[email protected]
Steps to reproduce or a small repository showing the problem:
Was attempting to run my project and it returns:
error: Uncaught SyntaxError: The requested module '../driver/mongodb/typings.ts' does not provide an export named 'Cursor'
Cursor,
The text was updated successfully, but these errors were encountered: