3

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'

Gugu72
  • 2,052
  • 13
  • 35
Alex
  • 37,502
  • 51
  • 204
  • 332

1 Answers1

6

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

Expressjs bodyParser and connect-form

Community
  • 1
  • 1
alessioalex
  • 62,577
  • 16
  • 155
  • 122