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).