DamonOehlman / rtc.io-guidebook

A guidebook for working with rtc.io (built for Leanpub)
http://guidebook.rtc.io/
7 stars 1 forks source link

Unable to install on Mint 17 #2

Open wittend opened 10 years ago

wittend commented 10 years ago

I have been unable to install rtc-guidebook. I have been able to install most of the rtc-* packages not marked experimental (and some that are), but rtc-guidebook consistently fails. Manually installing dependent packages like browserify and rtc-signaller go ok, but "npm install browser-module-sandbox" gives one warning:

npm WARN engine iframe@0.0.2: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.25","npm":"1.3.10"}

but attempting to install guidebook itself gives:

ERR! git fetch -a origin (git://github.com/DamonOehlman/browser-module-sandbox) error: cannot open FETCH_HEAD: Permission denied

-- Dave

DamonOehlman commented 10 years ago

Thanks Dave - I'll see if I can get that git dependency removed and replaced with an updated browser-module-sandbox module (just waiting for a PR to be accepted) and then I think everything should work.

I'll let you know once it's resolved.