-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I get the following trying to install prefixfree using bungle. If I remove prefixfree from the dependencies, it all goes well.
$ node_modules/.bin/bungle install
Resolving modernizr to modernizr-2.6.2
Resolving prefixfree to prefixfree-2012.12.25
Resolving logging to logging-2013.03.09
Package prefixfree-2012.12.25 uninstalled
Requested: https://github.com/LeaVerou/prefixfree/archive/a157cbd4a0ab8fb7f63321764f62450d0a00ba6e.zip
Using cached file /Users/hsermeno/.bunglejs/cache/e47aa9c3e466c7294f67271ab51234122ae73271-prefixfree-2012.12.25
events.js:171
throw TypeError('listener must be a function');
^
TypeError: listener must be a function
at TypeError ()
at Parse.EventEmitter.once (events.js:171:11)
at Extract._write (/Users/hsermeno/Documents/workspace/kuhl/kuhl-js-behavior/node_modules/bungle/node_modules/unzip/lib/extract.js:59:23)
at doWrite (_stream_writable.js:211:10)
at writeOrBuffer (_stream_writable.js:201:5)
at Extract.Writable.write (_stream_writable.js:172:11)
at write (_stream_readable.js:547:24)
at flow (_stream_readable.js:556:7)
at ReadStream.pipeOnReadable (_stream_readable.js:588:5)
at ReadStream.EventEmitter.emit (events.js:92:17)