I'm trying to execute "npm test" and I'm getting the folowing error.
> grunt nodeunit
Running "nodeunit:all" (nodeunit) task
Testing printer-test.js.F.
>> testPrint
>> TypeError: Object #<OutEndpoint> has no method 'startStream'
>> at Printer.print (lib/printer.js:151:10)
>> at Object.exports.testPrint (test/printer-test.js:20:10)
Fatal error: Object #<OutEndpoint> has no method 'startStream'
Please, may you help to solve this issue?
Thanks