I’m currently facing the same problem with my project, and I’ve tried several solutions without success.
I was wondering if you managed to find a solution to these issues. If you did, could you please share how you resolved them? Any guidance or tips would be greatly appreciated.
I solve it when I overrided versions in package.json ( I choose versions that used in other dependencies and where error was gone)
“overrides”: {
“feelers”: “^1.4.0”,
“feelin”: “^3.0.1”,
“lezer-feel”: “1.2.4”
}
I think it was because some dependencies uses different versions of the same dependency