xtv-online / football-graphics

HTML5 templates and control application for CasparCG for association football
GNU General Public License v3.0
36 stars 6 forks source link

unable to access custom-caspar-cg-node #1

Closed osignell closed 8 years ago

osignell commented 8 years ago

git@github.com:git+git@github.com:xtv-online/custom-caspar-cg-node.git is not acessible and causes an error with npm install. Can you suggest a fix?

niklasR commented 8 years ago

Hi @osignell, I'll have a look tomorrow. Sorry for missing that.

Nik

niklasR commented 8 years ago

Hi @osignell, could you try checking out branch issue/1/use-original-nodelink? It should fix the npm install issue.

(Or here the direct download for a zip of the branch)

Please let me know if that fixes it, and I'll merge in the PR #2 and close this :)

osignell commented 8 years ago

By changing the line in graphics-control/package.json to: "caspar-cg": "git://github.com/xtv-online/node-caspar-cg.git",

I'm now able to successfully run npm install. Thank you for this.

I will try the actual casparcg integration later.