carlos8f / buffet

Performance-oriented static file server
http://carlos8f.github.com/node-buffet
190 stars 12 forks source link

Can't NPM Install Right Now #7

Closed jprichardson closed 12 years ago

jprichardson commented 12 years ago

npm install buffet is broken right now. It's because of fs-watch-tree dependence upon the package when that is a Github tarball. Unfortunately, Github is not serving this link at the moment: https://github.com/cujojs/when/tarball/1.3.0

I looked over the code, are you using fs-watch-tree anywhere? I must have missed it...

jprichardson commented 12 years ago

I missed it... https://github.com/carlos8f/node-buffet/blob/master/lib/index.js#L38

jprichardson commented 12 years ago

According to the fs-watch-tree guys, they must have the Github dependency for the time being. See more here: https://github.com/busterjs/fs-watch-tree/issues/2

So since this issue probably won't occur very often, there probably isn't much to change for a fix.