error : Error: Missing migration file: 1506760343216-example-products.js
See original GitHub issueHi, someone know how fix it?
5 info lifecycle vue-storefront-api@0.1.0~premigrate: vue-storefront-api@0.1.0
6 info lifecycle vue-storefront-api@0.1.0~migrate: vue-storefront-api@0.1.0
7 verbose lifecycle vue-storefront-api@0.1.0~migrate: unsafe-perm in lifecycle true
8 verbose lifecycle vue-storefront-api@0.1.0~migrate: PATH: /home/rbt/.nvm/versions/node/v8.9.4/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/mnt/-/u/io/src/storefront/vue-storefront-api/node_modules/.bin:/home/rbt/.nvm/versions/node/v8.9.4/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
9 verbose lifecycle vue-storefront-api@0.1.0~migrate: CWD: /mnt/-/u/io/src/storefront/vue-storefront-api
10 silly lifecycle vue-storefront-api@0.1.0~migrate: Args: [ '-c', 'node node_modules/migrate/bin/migrate' ]
11 silly lifecycle vue-storefront-api@0.1.0~migrate: Returned: code: 1 signal: null
12 info lifecycle vue-storefront-api@0.1.0~migrate: Failed to exec migrate script
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Error: Missing migration file: 1506760343216-example- ...
js error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Read more >Missing migration files - django
I am stuck at this error for missing migration files.. Do I need to drop the whole database to reset the migrations or...
Read more >Documentation - Migrating from JavaScript
During our JS to TS migration, we'll need to separate our input files to prevent TypeScript from overwriting them. If your output files...
Read more >Prisma Migrate limitations and known issues
Prisma Migrate generates SQL files that are specific to your provider. This means that you cannot use the same migration files for PostgreSQL...
Read more >Error Message: “Mandatory Currency is Missing” While ...
The error is due to one of the below reasons. If the Discount List Type Code used is 7PL2, in the General tab...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems like you’d ran migrate before we changed the structure a little bit Please try: rm .migrate; npm run migrate
OK, we haven’t tested it with yarn; if it’s good with npm could you then close the issue please?
Thanks for your time, very informative tickets