-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Cryptic error messages - debugging tasks is hard #881
Comments
This might be related to #359. |
https://github.com/joyent/node/blob/v0.10.36/lib/events.js#L74 Similar issue from the generator you're using: |
@heikki , while this might solve my problem with |
Yes, I contributed what I could on short notice. 😄 |
This is a normal async stack trace in node. If you are having problems, I would suggest using a module like https://www.npmjs.com/package/stackup at the top of your gulpfile to get long stack traces. |
Hi, I just created a new project using
yo react-gulp-browserify
. I rungulp watch
and get the following output:My point is, the error message should contain some basic information like:
events.js
file specified in the stacktrace?bundle
? Can I be sure?)What's even more interesting, I searched all the files in my
node_modules
for the line and here's what I found:None of them is
events.js:74
, specified in the stacktrace.All this makes gulp tasks extremely hard to debug.
The text was updated successfully, but these errors were encountered: