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 was using this module in conjunction with electron-builder and was getting errors that it could not load the module debug.
I think this is because that was listed as a dev dependency instead of a dependency. Although it is not necessary for the core functionality, it should either be conditionally loaded or required.
I don't have time at the moment to make a pr on this but thought it would be good to document my experiences.
As a workaround I just installed debug as a dependency for my project.
The text was updated successfully, but these errors were encountered:
I was using this module in conjunction with electron-builder and was getting errors that it could not load the module
debug
.I think this is because that was listed as a dev dependency instead of a dependency. Although it is not necessary for the core functionality, it should either be conditionally loaded or required.
I don't have time at the moment to make a pr on this but thought it would be good to document my experiences.
As a workaround I just installed
debug
as a dependency for my project.The text was updated successfully, but these errors were encountered: