Closed forresto closed 10 years ago
I tried to get it running to build flowhub et al locally. First issue was that I had to run npm install -g coffee-script. Second issue seems deeper:
npm install -g coffee-script
$ noflo-jekyll flowhub.io/ build/ NoFlo Jekyll /Users/f/src/flowhub.io -> /Users/f/src/build /Users/f/bin/npm/lib/node_modules/noflo-jekyll/node_modules/noflo-routers/node_modules/nohoarder/lib/cache_storage.coffee:104 throw new Error("No cache with key " + key + " to locate"); ^ Error: No cache with key null to locate at _ref (/Users/f/bin/npm/lib/node_modules/noflo-jekyll/node_modules/noflo-routers/node_modules/nohoarder/lib/cache_storage.coffee:57:7) ...
This is caused by noflo/noflo-routers#4. Will be fixed by NoFlo 0.5
Should be fixed now in the git version. Will push to NPM as soon as Travis confirms
I tried to get it running to build flowhub et al locally. First issue was that I had to run
npm install -g coffee-script
. Second issue seems deeper: