André Cruz
André Cruz
@EvanOxfeld In node 0.10.0, I'm getting the following error: ``` TypeError: listener must be a function at TypeError () at Parse.EventEmitter.once (events.js:171:11) at Extract._write (/Users/satazor/Work/twitter/bower/node_modules/unzip/lib/extract.js:59:23) at doWrite (_stream_writable.js:211:10) at writeOrBuffer...
@SpoBo we locked to 0.1.4 because 0.1.5 caused `unzip` to never fire the callback. The fix for node 0.10.0 made it 0.8.x incompatible. @EvanOxfeld can you please look at this?
@EvanOxfeld What's the status of this? Do you need help? If so let me know. A lot of bower users are experience issues because of this and I would like...
I will visit this before starting the IDM poc. Can you assign this to me?
@EvanOxfeld An user complained about this very same issue here: https://github.com/twitter/bower/issues/312 I think that's a good test case.
@EvanOxfeld Some more details on `unzip 0.1.6` ### node 0.10.3 #### bootstrap.zip ``` js var unzip = require('unzip'); var fs = require('fs'); fs.createReadStream('bootstrap.zip') .pipe(unzip.Extract({ path: 'test' })) .on('error', function (err)...
@EvanOxfeld after upgrading to 0.1.7, all issues present in my previous comment still exist. Shall I create a separate issue?
I'm getting this error on a couple of modules. After investigation, it seems that these repositories have a `.npmrc` file with a custom registry setting that expect NPM_TOKEN env var.
> It's unclear to me how the identity-manager is aware of all of the devices? It depends on the DID method. A naive solution for uPort is to use an...