Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings in new app #168

Open
JetForMe opened this issue Feb 18, 2015 · 2 comments
Open

Deprecation warnings in new app #168

JetForMe opened this issue Feb 18, 2015 · 2 comments

Comments

@JetForMe
Copy link

I'm just getting started with locomotive, and I've found some hiccups with the Getting Started documentation. First, when I create a new app using lcm create and run it, I get the following errors:

$ lcm --port 8080 server
CLI ENV: development
Locomotive 0.4.2 application starting in development on http://0.0.0.0:8080
connect deprecated multipart: use parser (multiparty, busboy, formidable) npm module instead node_modules/express/node_modules/connect/lib/middleware/bodyParser.js:56:20
connect deprecated limit: Restrict request size at location of read node_modules/express/node_modules/connect/lib/middleware/multipart.js:86:15
connect deprecated methodOverride: use method-override npm module instead config/initializers/30_middleware.js:16:20
HTTP server listening on 0.0.0.0:8080
@crispen-smith
Copy link

Hi @JetForMe,

These warnings are all tied to Express rather than locomotive. I spent some time earlier this year dealing with this disconnect.

I've found that updating your package.json to include all of the express stand-alones will solve this, but I don't believe there is an automated process available today.

@JetForMe
Copy link
Author

Okay, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants