If the screenshot comes from a ported MV project, then you have not done the port correctly.
As I said, your screenshot talks about scripts named rpg_managers.js, rpg_core.js and rpg_sprites.js - these are all MV scripts and should not have been ported, but it looks like you did.
The MZ scripts all have names like rmmz_managers.js, rmmz_core.js and rmmz_sprites.js
It makes sense then that it's crashing on animations, because animations changed completely between MV and MZ.
You should start over and do your port again into a new MZ project. This time be very careful about what you copy over. You should not copy over anything in the main project folder (index.html, package.json) and you should not copy over the js folder or anything in it.