ccgbagnet Posted October 2, 2019 Share Posted October 2, 2019 Hi, my game is supposed to have support for canvas, and so I added the pixijs-legacy when we upgraded to 5.0.4. However, it seems it won't recognize the fallback support and I still get this error. I can see the pixi-js legacy being loaded, though. I'm not too familiar with the whole workflow yet, so I'm finding it hard to figure out. Do you guys hav e any idea how to fix it? Thank you so much, Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted October 2, 2019 Share Posted October 2, 2019 the thing with webpack - sometimes it leads to TWO versions of pixijs in one project at the same time. In that case certain plugins/mixins are registered only in one of them. Remove "package.lock" file , delete node-modules and reinstall everything. also you should use 5.1.5 Quote Link to comment Share on other sites More sharing options...
ccgbagnet Posted October 9, 2019 Author Share Posted October 9, 2019 Upgrading to the latest version fixed it for me. Thank you for your help. ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.