Missing Dependencies
juansilva opened this issue · 2 comments
juansilva commented
Hello,
Just installed this package with "npm install cloudfiles"
But when tried to use it throws an error "Error: Cannot find module 'eyes'"
Fixed it with "npm install eyes"
I take a look at your package.json and it's not listed under dependencies, shouldn't it be there??
Best Regards
Juan Silva
Marak commented
Eyes probably shouldn't be required, but npm install eyes will fix it.
I'll take a look at see why there is a eyes inspect statement in the code.