-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error: 'useCreateIndex' is an invalid option #41
Comments
Deleting following lines from index.js is enough. These options are deprecated and now are true by default. |
When will the package be updated? so we won't have manually delete the 2 lines every installation? |
+1 When will the package be updated? |
1 similar comment
+1 When will the package be updated? |
+1 |
1 similar comment
+1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to execute the seeder it shows the error message:
The option
UseCreateIndex
is deprecated in Mongodb. Is there any way to connect to database with an options object instead of just aConnectionString
?I'm trying to execute:
The text was updated successfully, but these errors were encountered: