Skip to content
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

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

Open
melissamarima opened this issue Oct 9, 2015 · 3 comments

Comments

@melissamarima
Copy link

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 melissamarima changed the title Shouldn't require('express-debug')(app, {/* settings */}); be placed after the application logic? Shouldn't require('express-debug')(app, {/* settings */}); be placed after the application logic to avoid cannot find stack error? Oct 9, 2015
@jbltx
Copy link

jbltx commented Jan 14, 2016

+1

@ShGKme
Copy link

ShGKme commented Nov 10, 2017

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

@odigity
Copy link

odigity commented Dec 25, 2018

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants