Closed ndhoule closed 9 years ago
I should add that this occurs when using either the 0.3.0
or 0.3.3
releases.
Is the cache populated or empty? On Dec 19, 2013 8:18 PM, "Nathan Houle" notifications@github.com wrote:
I should add that this occurs when using either the 0.3.0 or 0.3.3releases.
— Reply to this email directly or view it on GitHubhttps://github.com/Strider-CD/strider-node/issues/5#issuecomment-30986349 .
@ndhoule is this still an issue with the latest version?
Here's the log I'm getting:
The
base is:
andkey is:
console logs were added intostrider-simple-runner
'slib/cachier.js
file, between lines 35 and 36. Seems likechild.get
gets called twice, and that the second time,key
is undefined.Disabling the node_modules caching option in a project's Node settings fixes this error immediately.
Let me know if there's any other info I can provide to help debug this!