I am trying to upgrade my package.json which has some dependencies, I upgrade all of them, but I had a problem with feathers configuration, so I brought back all feathers depenedencies to the previous versions, but I upgraded some other dependencies, but still I face an error as:
/home/app/node_modules/@feathersjs/feathers/lib/application.js:59
fn.call(this, this);
^
TypeError: Cannot read properties of undefined (reading 'call')
at Function.configure (/home/app/node_modules/@feathersjs/feathers/lib/application.js:59:8)
any idea how can I manage it. if it is about feathers configurations, I brought back all feathers dependencies to the last version, which was working fine!