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'm trying to use Winston with a Derby.JS project, which uses racer, which uses browserify. Winston's use of the 'os' and 'fs' modules in exception.js and pkginfo.js respectively are preventing me from running this locally, since browserify doesn't support them. Is there a way to run Winston in Derby.JS at all? A way to configure portions of it as optional?
The text was updated successfully, but these errors were encountered:
I'm trying to use Winston with a Derby.JS project, which uses racer, which uses browserify. Winston's use of the 'os' and 'fs' modules in exception.js and pkginfo.js respectively are preventing me from running this locally, since browserify doesn't support them. Is there a way to run Winston in Derby.JS at all? A way to configure portions of it as optional?
The text was updated successfully, but these errors were encountered: