I have a railjs application
I installed the connection form with:
$ npm install connect-form
It is also located in the package.json file
(for deployment in heroku)
I checked the node_modules folder and it is definitely there.
When I launch the application, I get:
Error: cannot find module 'connect-form'
Alex source
share