You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: