I have installed Authy on my Nodejs app and it was working great until all of a sudden I get these big err messages coming from inside the plugin. I looks to me like it's missing the copy
module, but npm install copy
npm update copy
did not help.
[TypeError: Object function (comparer) {
for(var i=0; i < this.length; i++) {
if(comparer(this[i])) return true;
}
return false;
} has no method 'copy']
TypeError: Object function (comparer) {
for(var i=0; i < this.length; i++) {
if(comparer(this[i])) return true;
}
return false;
} has no method 'copy'
at IncomingMessage.<anonymous> (/home/.../node_modules/authy-node/authy.js:166:13)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at args.(anonymous function) (/home/.../node_modules/nodetime/lib/core/proxy.js:131:20)
at process._tickCallback (node.js:415:13)
Is it possible copy is not being installed correctly...?
$ npm install copy
npm WARN package.json copy@0.0.1 No repository field.
npm WARN package.json eyes@0.1.8 No repository field.
npm http GET http://registry.npmjs.org/copy
npm http 304 http://registry.npmjs.org/copy
copy@0.0.1 node_modules/copy