nxtedition / create-caspar-graphics

A tool for building, testing and packaging HTML graphics for CasparCG using code.
https://gfx.nxtedition.com
76 stars 16 forks source link

Preview not working #62

Closed poppaul95 closed 3 years ago

poppaul95 commented 3 years ago

Hello, I am getting this error when I try to run the example in preview, does anyone have any idea why? image

vimlesh1975 commented 3 years ago

Yes I am alo getting this.

tobiasandersen commented 3 years ago

Which version are you using? Could you point me to a reproducible example?

valurhrafn commented 3 years ago

Just got the same error, steps i did:

The version of caspar-graphics that got automatically installed is: "caspar-graphics": "^1.0.0-next.5"

System: MacOs Big Sur Node Version: 14.17.5 Yarn version: 1.22.11

valurhrafn commented 3 years ago

One observation, If I clone this project and use the create-caspar-graphics from the v2 branch locally preview is working - but it does not work in the version I get from yarn create or npx

brucedk commented 3 years ago

Happening here too, with the same steps of @valurhrafn

system: win 10 Node V: 14.16.0 Yarn V: 1.22.5

tobiasandersen commented 3 years ago

It should now be fixed in the latest version (1.0.0-next.7)

vimlesh1975 commented 3 years ago

It should now be fixed in the latest version (1.0.0-next.7)

Yes, working now.

valurhrafn commented 3 years ago

Yes, can also confirm that it is working now - great, thanks!

tobiasandersen commented 3 years ago

Thanks for confirming, and thanks for the steps to reproduce @valurhrafn!