node.js - My express app is not start,how can I do with it? -


i created express application express test , npm installthe package in test directory,but when use npm start,my project can not run in browser.just that: enter image description here

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 ?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -