You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug with mime dependency. There is a breaking change for lookup method since version 2.0. I will check this bug asap and see if I can perform a PR to fix it ;-)
.../node_modules/pillars/lib/Gangway.js:451
var ct = mime.lookup(clientname);
^
TypeError: mime.lookup is not a function
at fileStream (.../node_modules/pillars/lib/Gangway.js:451:19)
at Gzip.cb (../node_modules/pillars/lib/Gangway.js:419:17)
at Gzip.zlibBufferOnEnd (zlib.js:124:10)
at Gzip.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1098:12)
at process.internalTickCallback (internal/process/next_tick.js:72:19)
The text was updated successfully, but these errors were encountered:
Hi team!
There is a bug with
mime
dependency. There is a breaking change forlookup
method since version 2.0. I will check this bug asap and see if I can perform a PR to fix it ;-)The text was updated successfully, but these errors were encountered: