Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog Error: Invalid cache option true found #69

Closed
sabrinaluo opened this issue Jan 13, 2016 · 1 comment · Fixed by #88
Closed

blog Error: Invalid cache option true found #69

sabrinaluo opened this issue Jan 13, 2016 · 1 comment · Fixed by #88

Comments

@sabrinaluo
Copy link

Hi,
I cloned the whole repo and ran npm install, then nav into blog/ ran 'node index.js', and got this error. Can you help with it? thank you. 😄

I'm using node v5.4.0 and linuxmint 3.16.0-38-generic.

Error: Invalid cache option true found. Expected "memory" or { get: function (key) { ... }, set: function (key, value) { ... } }.
      at validateOptions (/home/sabrina/sa/koa-examples/node_modules/swig/lib/swig.js:113:15)

@bananaappletw
Copy link
Contributor

@sabrinaluo
Actually swig is not maintained anymore.
I try to reproduce this problem.
When I ran command NODE_ENV=test node app.js then it happens.
I also try consolidate but it didn't happened.
I think this problem probably is between co-views or co-render
I will dig into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants