question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error message should indicate which file triggered the error

See original GitHub issue

I am getting this error message when running browserify:

Cannot find module 'domReady' from 'C:\Users\Gili\Documents\foo\frontend\src\main\webapp\com\foo\frontend\page'

Meaning, if file X invokes require('domReady') while fails to resolve, I am expecting the error message to contain the absolute path to X. Otherwise, these errors are very difficult to resolve (since domReady is referenced many times by different files).

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
goto-bus-stopcommented, Aug 7, 2020

I believe this is finally done in 16.5.2 😄

1reaction
jmmcommented, Feb 5, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Messages: Examples, Best Practices & Common Mistakes
4 common mistakes with error messages · 1. Ambiguity · 2. Condescending language/blaming the user · 3. Poor placement of error messages ·...
Read more >
Trigger on ContentVersion not showing Customized error ...
Any help is appreciated. Hi Soumya, Greetings to you! This may occur when custom fields created on the Content Version object are marked...
Read more >
Fix JavaScript errors that are reported in the Console
In this article. Fix JavaScript errors; Find and debug network issues; Create errors and traces in the Console; See also.
Read more >
trigger error - Rocket Software
Declaration: trigger error. Applies to: Entity , Field. Activation: Activated when Uniface detects that one of a predefined set of errors has occurred....
Read more >
8. Errors and Exceptions — Python 3.11.1 documentation
The parser repeats the offending line and displays a little 'arrow' pointing at the earliest point in the line where the error was...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found