카테고리 없음
오류해결 [(node:11879) [SEQUELIZE0004] DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.(Use `node --trace-deprecation ...` to show where the warning was created)Port 3000 is a..
세모난 야구공
2022. 3. 13. 22:14
(node:11879) [SEQUELIZE0004] DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.
(Use `node --trace-deprecation ...` to show where the warning was created)
Port 3000 is already in use
컴퓨터에서 이미 Port 3000번을 사용하고 있어서 생기는 오류
port번호를 바꾸거나 사용하고있는 port를 종료시키면 됨