node.js - not able to debug express app in node-inspector -


i'm trying debug ejs app by: npm run debug folowing scripts package.json

"scripts": {     "start": "node ./bin/www",     "debug": "node --debug ./bin/www"   }, 

in node-inspector, getting following error:

enter image description here


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -