error: Cannot read property 'length' of undefinedSequelize를 사용하던 중 create({})를 통해 DB에 insert하면 이런 오류가 뜨기 시작했다.model/modelName.js에서 export 한 모델의 정의를 mo
ERROR : connect ECONNREFUSED 127.0.0.1:3306이게뭐얏mySQL 이 제대로 설치되지 않았을 때 나오는 오류이다.나의 경우는 mySQL을 새로 설치 하면서 해결되었다.
Error: No default engine was specified and no extension was provided.기본 탬플릿 엔진이 지정되지 않았고, 경로가 지정되있지 않을 때 뜨는 오류이다.app.js에 기본엔진과 그 경로를 지정해주면 된다.이렇게 path
BSON TypeError: Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integerblog 형식으로 mongodb를 간단하게 사용해보는 예제를 공부하다가