Support for sequelize 6?
rulrok opened this issue · 3 comments
rulrok commented
When trying to install sequelize 6.x, npm gives the error of dependency:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [******redacted*****]@1.0.0
npm ERR! Found: sequelize@6.9.0
npm ERR! node_modules/sequelize
npm ERR! sequelize@"^6.9.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer sequelize@"^5.9.4" from moleculer-db-adapter-sequelize@0.2.12
npm ERR! node_modules/moleculer-db-adapter-sequelize
npm ERR! moleculer-db-adapter-sequelize@"^0.2.12" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/rulrok/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/rulrok/.npm/_logs/2021-11-18T17_29_57_552Z-debug.log
devalexandre commented
what version of node and npm are you using?
rulrok commented
node v16.3.0 / npm v7.19.1
devalexandre commented