create-caspar-graphics
create-caspar-graphics copied to clipboard
npm run dev
Hello.
When I try to npm run dev I just get this:
I can se in the installation that there is some warnings...
Best regards Tue.
It looks like it's using an old version of caspar-graphics. Can you see which version you're using?
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
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.
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?
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?
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?
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.