pixijs / spine

Pixi.js plugin that enables Spine support.
Other
565 stars 218 forks source link

The spineData param is required. #553

Open penDev98 opened 4 months ago

penDev98 commented 4 months ago

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
yordan-kanchelov commented 4 months ago

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.

penDev98 commented 4 months ago

Hi yordan-kanchelov,

Thank you! That was very helpful!