sequelize issue
DB2019. 3. 28. 13:05
ERROR: Migration create-user.js – Not able to start development server
> sequelize db:migrate
...
== 20190328034059-create-users: migrating =======
ERROR: Migration 20190328034059-create-users.js (or wrapper) didn't return a promise
Sol)
> npm install -g vapid-cli
> sequelize db:migrate
해결되었다.
Reference : https://forums.vapid.com/t/error-migration-create-user-js-not-able-to-start-development-server/139/3
'DB' 카테고리의 다른 글
[Error / solved] ERROR: Can't create database 'node_sns' (errno: 158458432) (0) | 2019.01.17 |
---|---|
brew 를 통한 mongoDB 설치 및 설정, 서비스 (0) | 2019.01.15 |
[Workbench] Authentication plugin 'caching_sha2_password' cannot be loaded (0) | 2018.12.02 |
[MySQL] join 해부 (Left, Right, Outer, Inner Join) (0) | 2018.11.24 |
[MongoDB] (RDB vs NoSQL) 및 간단 명령어 (0) | 2018.10.16 |