Include body parser for ember-cli stub server.
npm install ember-cli-body-parserAdds body-parser to the ember-cli Express stub server allowing you to read ``POST/PUT` data.
It does NOT add body-parser if you are using the proxy server. See relavent discussions:
* https://github.com/stefanpenner/ember-cli/issues/723
* https://github.com/stefanpenner/ember-cli/pull/725
* https://github.com/nodejitsu/node-http-proxy/issues/180
From within your Ember CLI application (must be > 0.0.36), run the following:
`bash``
npm install --save-dev ember-cli-body-parser