TypeError: Object #<Object> has no method 'queue'
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.
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.
Can you help me/us for that please ? Many thanks.