node.js - My express app is not start,how can I do with it? -
i created express application express test , npm install the package in test directory,but when use npm start ,my project can not run in browser.just that: this situation kept long time , don't know how deal it. my package.json is: { "name": "test", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "body-parser": "~1.17.1", "cookie-parser": "~1.4.3", "debug": "~2.6.3", "express": "~4.15.2", "jade": "~1.11.0", "morgan": "~1.8.1", "serve-favicon": "~2.4.2" } } can me ?