Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This package depends on the debug module #1

Open
amcolash opened this issue Sep 24, 2018 · 2 comments
Open

This package depends on the debug module #1

amcolash opened this issue Sep 24, 2018 · 2 comments

Comments

@amcolash
Copy link

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.

@mayankvadia
Copy link

@amcolash I also getting same issue, is it way to install debug as dependency

@amcolash
Copy link
Author

Yes just npm install debug I believe. It's been a while since I did this, so going off of memory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants