Report this

What is the reason for this report?

Keystone JS on a MEAN Stack, anybody run into "Cannot Find Express Module" when doing node keystone?

Posted on December 2, 2015

I did a fresh install on keystonejs on a meanstack and i get this error:

Error: Cannot find module ‘Express’

Now installed it using npm install -g express and still didnt work. Any ideas on how to fix this problem?

Was looking forward to using keystonejs.

Thanks.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I’m having the same issue. Anyone got any ideas here?

Try to use npm install express without -g flag. You need to have local express instance located in node_modules.

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.