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
Options:
-h, --help Show help [boolean]
-d, --dataSource Path to the file where your DataSource instance is defined.
[required]
-t, --transaction Indicates if transaction should be used or not for
migration run. Enabled by default. [default: "default"]
-f, --fake Fakes running the migrations if table schema has already
been changed manually or externally (e.g. through another
project) [boolean] [default: false]
-v, --version Show version number [boolean]
Missing required argument: dataSource
The text was updated successfully, but these errors were encountered:
OS: MacOS 14.1.1 (23B81) AND Ubuntu 22.04
Node Version: 16, 18, and 20
When running the following during step 3 of the installation:
$ npm run typeorm migration:run
// OR
$ yarn typeorm migration:run
I get the following error on multiple OSs and versions of node:
npm run typeorm migration:run
cli.js migration:run
Runs all pending migrations.
Options:
-h, --help Show help [boolean]
-d, --dataSource Path to the file where your DataSource instance is defined.
[required]
-t, --transaction Indicates if transaction should be used or not for
migration run. Enabled by default. [default: "default"]
-f, --fake Fakes running the migrations if table schema has already
been changed manually or externally (e.g. through another
project) [boolean] [default: false]
-v, --version Show version number [boolean]
Missing required argument: dataSource
The text was updated successfully, but these errors were encountered: