-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'phaser3spectorjs' #19
Comments
The error looks pretty obvious: What is phaser3spectorjs btw? |
it's some sort of debug tool as far as I understand? Unfortunately this might be above my understanding, but the fact that Phaser itself runs without a problem, but the error shows up when using phaser-on-nodejs, I was wondering if there's some flag that needs to be set in order for |
On nodejs there is no WEBGL. So it will always be undefined. |
Ooh wait. Are you running the latest 3.60 Phaser version? Maybe you want to try arcade-physics instead. |
I hope it will support the 3.60.0,It's great! |
i have the same issue, even when i downgrade phaser version to 3.55.2 or lower, this error still appear when compile |
Related to phaserjs/phaser#6644 |
I just released a new version. Try it! |
Describe the bug
Using a minimal setup, the compilter throws the following error
the setup looks like this, but is basically pulled from the github documentation, minus the
audio
flag in the config, it seems to be deprecated.I'm able to get it to run commenting out
in
node_modules/phaser/src/renderer/webgl/WebGLRenderer.js
The text was updated successfully, but these errors were encountered: