pixijs/spine

The spineData param is required.

penDev98 opened this issue · 2 comments

I am trying to run a a simple nodejs project with pixi.js and pixi-spine.

The problem is that I am constantly running into this error: The spineData param is required.

I have tried everything and read everything about that error on the web. Maybe it's something to do with the web server? I have not idea how to proceed anymore. Any advice?

I am attaching the simple demo project for you to test out.

pixi-test.zip

Screenshot 2024-05-22 at 18 40 14

Hi penDev98,

You can use my boilerplate project as a starting point: pixi-typescript-boilerplate. There's a working spine example with Pixi v7 and Webpack in there.

Hi yordan-kanchelov,

Thank you! That was very helpful!