create-caspar-graphics icon indicating copy to clipboard operation
create-caspar-graphics copied to clipboard

npm run dev

Open 7u5a opened this issue 1 year ago • 7 comments
trafficstars

Hello.

When I try to npm run dev I just get this: image

I can se in the installation that there is some warnings...

Best regards Tue.

7u5a avatar May 04 '24 00:05 7u5a

It looks like it's using an old version of caspar-graphics. Can you see which version you're using?

tobiasandersen avatar May 07 '24 14:05 tobiasandersen

Before the npm audit fix when trying to run npm run dev it says: Caspar Graphics v1.0.0-beta.30 after it says: Caspar Graphics v1.0.0-y.0

7u5a avatar May 08 '24 02:05 7u5a

v1.0.0-beta.30 is the correct one. I don't think npm audit fix works well in this case because of the beta versions.

tobiasandersen avatar May 08 '24 07:05 tobiasandersen

So conclusion, do'nt run any npm audit fix unless it's not a beta? Where can I se the latest long term?

And by the way, where is the examples now? Skærmbillede 2024-05-08 kl  14 02 24

7u5a avatar May 08 '24 11:05 7u5a

So conclusion, do'nt run any npm audit fix unless it's not a beta?

Yes at least for this project. But I think we could publish a non-beta version and then hopefully the problem goes away.

Where can I se the latest long term?

What do you mean?

And by the way, where is the examples now?

Not sure I get this question either, could you elaborate?

tobiasandersen avatar May 10 '24 09:05 tobiasandersen

So conclusion, do'nt run any npm audit fix unless it's not a beta? Yes at least for this project. But I think we could publish a non-beta version and then hopefully the problem goes away. I'll will follow the publish

Where can I se the latest long term? What do you mean? I mean, I can't see the versions anywhere and do you have a non-beta version from earlier?

And by the way, where is the examples now? Not sure I get this question either, could you elaborate? Earlier when I installed, there was mor than one example, but not now, where have they gone?

7u5a avatar May 10 '24 13:05 7u5a

I've published v1.0.0 now. You can see all version here: https://www.npmjs.com/package/@nxtedition/caspar-graphics?activeTab=versions.

All examples are available here: https://github.com/nxtedition/create-caspar-graphics/tree/master/packages/examples/templates. But we don't clone them to your computer when you make a new project.

tobiasandersen avatar May 14 '24 09:05 tobiasandersen