rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.18k stars 260 forks source link

Namespace has no exported member #374

Closed ivanmeotto2 closed 11 months ago

ivanmeotto2 commented 11 months ago

Hello, I recently installed the library (v1.60.4) from NPM, in an environment that already has Phaser installed (v3.60.0). I followed the configuration guide, importing it in my game config and adding it to the plugin object, but when I run my project it throws me the following errors

Screenshot 2023-08-01 alle 12 27 40

I think that's due to a problematic release, and I want to know if there is a quick way to fix it on my side. Thank you for the answers, I'll leave my configuration down here

Screenshot 2023-08-01 alle 12 31 45
rexrainbow commented 11 months ago

Fixed at latest commit

ivanmeotto2 commented 11 months ago

Ok perfect, should I download the NPM package again to make it work?

rexrainbow commented 11 months ago

npm package will be upgraded at end of this month, not now, sorry. So it is better to grab this commit manually.

ivanmeotto2 commented 11 months ago

OK, I understand. I will close this issue since it's technically resolved, just not deployed yet ;)

rexrainbow commented 11 months ago

Thanks for reporting this type define bug. 👍