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
When specifying more than one seed file using --specific (as stated in the documentation), the command fails with no seed files under those names being found:
Invalid argument provided: the specific seed "default_categories.ts,default_items.ts" does not exist.
Error: Invalid argument provided: the specific seed "default_categories.ts,default_items.ts" does not exist.
at FsSeeds.getSeeds ([...]/node_modules/knex/lib/migrations/seed/sources/fs-seeds.js:47:15)
at Seeder.run ([...]/node_modules/knex/lib/migrations/seed/Seeder.js:22:19)
It works when only one seed file is specified using --specific. Using more than one seed with --specific appears to cause KnexJS to use the joined string (,) of those seed file names/paths as a whole.
I ran the command 'knex seed: run --specific = filename.js'
command line error: error: unknown option `--specific'
The text was updated successfully, but these errors were encountered: