Created
October 11, 2018 18:04
-
-
Save JoaoVagner/2690c88f1eedda1135954f93c64dd8af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application/app/backend/node_modules/nuvem-core # npm run seed | |
> [email protected] seed /application/app/backend/node_modules/nuvem-core | |
> sequelize db:seed:all | |
Sequelize CLI [Node: 8.12.0, CLI: 4.1.1, ORM: 4.39.0] | |
Loaded configuration file "config/config.json". | |
Using environment "development". | |
ERROR: Dialect needs to be explicitly supplied as of v4.0.0 | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] seed: `sequelize db:seed:all` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] seed script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /root/.npm/_logs/2018-10-11T18_02_48_761Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment