emailify icon indicating copy to clipboard operation
emailify copied to clipboard

TypeError: Object #<Object> has no method 'queue'

Open inakiabt opened this issue 12 years ago • 1 comments

When I run any emailify command it fails like this:

/opt/boxen/nvm/v0.8.8/lib/node_modules/emailify/node_modules/celeri/lib/index.js:9
var queue = require('tq').queue().start();
                          ^
TypeError: Object #<Object> has no method 'queue'
...

I don't know if it's a dependency issue or what.

My nodejs version:

$ node --version
v0.8.8

Thanks.

inakiabt avatar Jun 26 '13 18:06 inakiabt

Hi, I had the same problem with the same error. I downloaded the archive version and I had to install (with npm) : optimist, jsdom, outcome, loader. But now, I've this error :

emailify-master/lib/test/index.js:4 loader = plugin.loader(), ^ TypeError: Object function () { return plugin(arguments, require("./fs/node"), [ require("./loaders/node/js") ]); } has no method 'loader' at Object. (/root/emailify-master/lib/test/index.js:4:21) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/root/emailify-master/lib/index.js:4:16) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10)

Can you help me/us for that please ? Many thanks.

splio-rlapleige avatar Nov 22 '13 14:11 splio-rlapleige