Manuel Timita

Results 6 comments of Manuel Timita

It's mentioned in the docs: "key length should also not be greater than 256" https://github.com/kyriosli/node-shared-cache#constructor

This is caused by the `nan` package, which is a dependency of `node-shared-cache`. See this SO answer for more details: https://stackoverflow.com/a/50112270 Here are your options: https://medium.com/@invicticide/patching-an-npm-dependency-without-going-completely-insane-aa0b110a80c

I just noticed the same issue in [meteor-publish-composite](https://github.com/Meteor-Community-Packages/meteor-publish-composite), which depends on `observe`. I'm about to open an issue there and suggest a pull request

@StorytellerCZ I suggest to close this issue as it may have been solved since it was first reported (2016!). I cannot reproduce it with the current version. Also, in production,...

The above seems to only happen if the package is loaded inside another smart package. With `meteor add` everything works fine.

@bhunjadi Great work! +1 from me too for option 2.