• 카테고리

    질문 & 답변
  • 세부 분야

    풀스택

  • 해결 여부

    미해결

String based operators are now deprecated.

18.10.02 08:54 작성 조회수 425

0

sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators node_modulessequelizelibsequelize.js:242:13

npm start하면 위의 메시지가 가장 먼저 출력되는데, 해결방안이 있을까요?

sequelize 버전이 오르면서 보안 강화로 String based operators를 앞으로 사용하지 않는다는 것 같은데, 초보라 어떻게 대처해야 하는지 모르겠네요~ 조언 부탁드립니다~

답변 1

답변을 작성해보세요.

0

사실 에러가 아니라 경고 메시지라서 무시하셔도 되는데요. config.json에 development 아래 "operatorsAliases": false 추가하시면 됩니다.