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
I've been using this module with great enjoyment, but sadly it breaks other code by simply requiring it. You can find the details here: ipfs/aegir#79 (comment). The gist is, that q-io uses a module collections which modifies global prototypes.
This could be easily fixed here, by using something another promise wrapper around fs than q-io. I've also opened an issue on q-io to fix this, but wanted to mention this here as well. kriskowal/q-io#160
The text was updated successfully, but these errors were encountered:
I've been using this module with great enjoyment, but sadly it breaks other code by simply requiring it. You can find the details here: ipfs/aegir#79 (comment). The gist is, that
q-io
uses a modulecollections
which modifies global prototypes.This could be easily fixed here, by using something another promise wrapper around
fs
thanq-io
. I've also opened an issue onq-io
to fix this, but wanted to mention this here as well. kriskowal/q-io#160The text was updated successfully, but these errors were encountered: