I must be overseeing something very obvious here.
I get the following error message, which I thought couldn't happen because the driver 'disk' is built into databank?
{"name":"pump.io","hostname":"domU-12-31-39-02-26-4B","pid":5816,"component":"dispatch","level":30,"msg":"Dispatch setup complete.","time":"2013-06-16T11:43:48.376Z","v":0}
{"name":"pump.io","hostname":"domU-12-31-39-02-26-4B","pid":5816,"component":"dispatch","level":30,"id":1,"msg":"Setting up worker.","time":"2013-06-16T11:43:48.397Z","v":0}
{"name":"pump.io","hostname":"domU-12-31-39-02-26-4B","pid":5818,"level":30,"msg":"Initializing pump.io","time":"2013-06-16T11:43:49.022Z","v":0}
module.js:340
throw err;
^
Error: Cannot find module 'databank-disk'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Function.Databank.get (/home/ubuntu/pump.io/node_modules/databank/lib/databank.js:65:15)
Also, a minor issue: it should be mentioned in the README that one needs to do 'npm start' after installation.
Hi,
I must be overseeing something very obvious here.
I get the following error message, which I thought couldn't happen because the driver 'disk' is built into databank?
Also, a minor issue: it should be mentioned in the README that one needs to do 'npm start' after installation.