You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: The current documentation suggests running:
yarn migration:create migration_name
yarn schema:drop
yarn migration:generate migration_name
However, this does not work in TypeORM v0.3+ because:
ormconfig.ts is no longer used.
The CLI commands have changed.
Running yarn migration:run -d ormconfig.ts throws an import error.
Error Message:
SyntaxError: The requested module 'typeorm' does not provide an export named 'MigrationInterface'
The text was updated successfully, but these errors were encountered:
Problem: The current documentation suggests running:
yarn migration:create migration_name
yarn schema:drop
yarn migration:generate migration_name
However, this does not work in TypeORM v0.3+ because:
ormconfig.ts is no longer used.
The CLI commands have changed.
Running yarn migration:run -d ormconfig.ts throws an import error.
Error Message:
SyntaxError: The requested module 'typeorm' does not provide an export named 'MigrationInterface'
The text was updated successfully, but these errors were encountered: