-
Notifications
You must be signed in to change notification settings - Fork 267
Description
Hi guys,
I'm trying to install ShareFest, but when I run npm start, I got the following error:
Most middleware (like json) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.
node -v v0.10.26
Sharefest@1.0.0 /var/www/ShareFest
├─┬ express@4.6.1
│ ├─┬ accepts@1.0.7
│ │ ├── mime-types@1.0.1
│ │ └── negotiator@0.4.7
│ ├── buffer-crc32@0.2.3
│ ├── cookie@0.1.2
│ ├── cookie-signature@1.0.4
│ ├─┬ debug@1.0.3
│ │ └── ms@0.6.2
│ ├── depd@0.3.0
│ ├── escape-html@1.0.1
│ ├── finalhandler@0.0.3
│ ├── fresh@0.2.2
│ ├── media-typer@0.2.0
│ ├── merge-descriptors@0.0.2
│ ├── methods@1.1.0
│ ├── parseurl@1.1.3
│ ├── path-to-regexp@0.1.3
│ ├─┬ proxy-addr@1.0.1
│ │ └── ipaddr.js@0.1.2
│ ├── qs@0.6.6
│ ├── range-parser@1.0.0
│ ├─┬ send@0.6.0
│ │ ├─┬ finished@1.2.2
│ │ │ └── ee-first@1.0.3
│ │ ├── mime@1.2.11
│ │ └── ms@0.6.2
│ ├── serve-static@1.3.2
│ ├─┬ type-is@1.3.2
│ │ └── mime-types@1.0.1
│ ├── utils-merge@1.0.0
│ └── vary@0.1.0
├─┬ ua-parser@0.3.1
│ └── yamlparser@0.0.2
├─┬ uglify-js@2.2.5
│ ├─┬ optimist@0.3.7
│ │ └── wordwrap@0.0.2
│ └─┬ source-map@0.1.37
│ └── amdefine@0.1.0
├── underscore@1.6.0
└─┬ ws@0.4.31
├── commander@0.6.1
├── nan@0.3.2
├── options@0.0.5
└── tinycolor@0.0.1
Thanks for your help