express-debug icon indicating copy to clipboard operation
express-debug copied to clipboard

Shouldn't `require('express-debug')(app, {/* settings */});` be placed after the application logic to avoid `cannot find stack` error?

Open melissamarima opened this issue 9 years ago • 3 comments

I put require('express-debug')(app, {}); before the application logic and it gave me the Error: Cannot find stack error. This SO solution helped me and it places that line as far down as possible. I suggest you guys edit the README.

melissamarima avatar Oct 09 '15 00:10 melissamarima

+1

jbltx avatar Jan 14 '16 20:01 jbltx

I had the same problem and placing require('express-debug')(app, {}); after logic helped too

ShGKme avatar Nov 10 '17 05:11 ShGKme

Same here.

odigity avatar Dec 25 '18 06:12 odigity