-
Notifications
You must be signed in to change notification settings - Fork 168
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
The migrate-mongo create
command stopped working in V9.0.0
#411
Comments
@mary-deca |
It worked. Thank you!!! |
I get the same error s OP even after confirming that the |
Ensure that moduleSystem is the key name, not modulesystem |
Could workaround |
Describe the bug
I upgraded to version 9.0.0. The command for creating a script doesn't work for me on the new version 9.0.0 but works fine when I went back to version 8.2.3
To Reproduce
migrate-mongo
to get the latest versionmigrate-mongo create
command but I got the error message shown belowExpected behavior
I expected that a new file be created in the
migrations
folder as on the older version.Additional context
Checking the file path in the error message above, I think that a folder is expected to not be
undefined
. The expected file seems to be the one here https://github.com/seppevs/migrate-mongo/blob/master/samples/commonjs/migration.jsThe text was updated successfully, but these errors were encountered: