When I install an express scaffold app
express
Then run the npm install
npm install
and then run supervis
Thanks for the best answer, finally this works for me:
"main": "./bin/www", "scripts": { "start": "node ./bin/www" }