We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a module cannot be loaded, in particular, CommonJS ones, for example the following stack trace is wholly uninformative:
and to find out what was really going on, I had to load the module using the NodeJS require directly to get a meaningful stack trace.
require
We should find a way to provide meaningful debugging and allow the real errors to be emitted.
The text was updated successfully, but these errors were encountered:
Related to #14
Sorry, something went wrong.
require.on
f607f68
tomdye
No branches or pull requests
When a module cannot be loaded, in particular, CommonJS ones, for example the following stack trace is wholly uninformative:
and to find out what was really going on, I had to load the module using the NodeJS
require
directly to get a meaningful stack trace.We should find a way to provide meaningful debugging and allow the real errors to be emitted.
The text was updated successfully, but these errors were encountered: