Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've got a railwayjs app

I have installed connect-form with:

$ npm install connect-form

It's also in the package.json file
(for deploying to heroku)

I've checked the node_modules folder, and it's definately there.

When I run the app, I get:

Error: Cannot find module 'connect-form'

share|improve this question

1 Answer

up vote 4 down vote accepted

connect-form is deprecated (that's probably why it doesn't work), read more about this here:

Expressjs bodyParser and connect-form

share|improve this answer
Spot on. Thanks – alexjamesbrown May 22 '12 at 17:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.