The spineData param is required.
penDev98 opened this issue · 2 comments
penDev98 commented
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.
yordan-kanchelov commented
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
Hi yordan-kanchelov,
Thank you! That was very helpful!