Cannot find module 'underscore'
sebastiancarlsson opened this issue · 0 comments
sebastiancarlsson commented
I'm new to Keystone and just tried this generator for the first time. When I run node keystone
I get
module.js:327
throw err;
Error: Cannot find module 'underscore'
Steps to reproduce:
Searching through the generated files I can find references to underscore in templates/views/helpers/index.js
.
Workaround:
npm install --save underscore
will fix this problem