When I install an express scaffold app
express
Then run the npm install
npm install
and then run supervis
Default way to run your app, when you use express-generator, is to paste
DEBUG={appName}:* npm start
{appName} - is probably your folder name (like for me), anyway, you can find it in your package.json -> "name";
{appName}