카테고리 없음

sequelize connection error unknown database [데이터베이스명] 에러

Gilvert 2020. 12. 11. 22:26
728x90

1. 터미널에서 sequelize: command not found 에러 발생

npm install -g sequelize-cli 

2. config 파일 생성

sequelize init

3. [데이터베이스명] 생성

sequelize db:create