debug: debug no longer works with browserify
Any version of debug that I use past version 3.1.0 gives this error when trying to browserify code that includes this module
Cannot find module './common' from '[redacted]/node_modules/debug/dist'
at FSReqWrap.oncomplete (fs.js:154:21)
There was a mention in #603 about a browserify incompatibility, but it doesn’t appear to be the same issue.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 7
- Comments: 20 (11 by maintainers)
Commits related to this issue
- fix browserify and supply alternative unpkg entry point (closes #606) — committed to debug-js/debug by Qix- 6 years ago
- fix browserify and supply alternative unpkg entry point (closes #606) — committed to debug-js/debug by Qix- 6 years ago
- fix browserify and supply alternative unpkg entry point (closes #606) — committed to debug-js/debug by Qix- 6 years ago
Thank you @ThomasGHenry, sorry for the trouble 😃
@gztomas sure.
Hi @Qix- , my team is experiencing the same exact issue. We are pulling
v3.2.4