My working project stopped working after updating to pixi.[email protected]
Steps to reproduce:


Thanks in advance for any help!
pixi.js version: 5.1.1 (working) - 5.1.5 (not working)Known bug. Two versions of pixi exist at the same time, renderers are registered in only one of them.
"Remove package.lock and node_modules" helps.
We have a number of threads in forums & here, all closed.
Personally, I dont know what to do about it, except "throw webpack away, use vanilla js!"
"Remove package.lock and node_modules" helped. Thanks!
I run yarn remove pixi.js-legacy and fixed it. I think the pixi.js-legacy module messes up with the regular pixi. Or maybe the versions of pixi and pixi.js-legacy don't match. Didn't had time to investigate.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It happened again.
I had the following dependencies in my package.json:
"pixi-filters": "3.1.1",
"pixi.js": "5.2.2"
npm install some pixi.js dependencies in package-lock.json are pointed to 5.2.3 some are still to 5.2.2.Solution in my case:
Most helpful comment
"Remove package.lock and node_modules" helped. Thanks!