首页 > 解决方案 > Node.js (node:12276) [SEQUELIZE0004] DeprecationWarning

问题描述

我在尝试运行nodemon app.jssocialboard-api/user 时收到以下错误

[nodemon] 1.19.3
[nodemon] to restart at any time, enter `rs`
[nodemon] watching dir(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node app.js`
(node:1220) [SEQUELIZE0004] DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.

我使用了 PowerShell 和 CMD 但仍然有同样的问题

标签: node.jsnpmnodemon

解决方案


如果这与 socialboard-api/user 安装有关..

您应该编辑此配置文件并根据错误注释值““operatorsAliases”:false”This is a no-op with v5 and should be removed

正如您从错误中看到的那样,它只是一个警告......这不会停止您的应用程序,但您需要解决它。


推荐阅读