You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: db.get is not a function
at Object.helpers.updateDesign (/root/safewallet/node_modules/jugglingdb-nano/lib/nano.js:420:17)
at Object.exports.initialize (/root/safewallet/node_modules/jugglingdb-nano/lib/nano.js:36:20)
at new Schema (/root/safewallet/node_modules/resource/node_modules/jugglingdb/lib/schema.js:98:13)
at Object.persist (/root/safewallet/node_modules/resource/lib/datasource.js:72:18)
at EventEmitter.r.persist (/root/safewallet/node_modules/resource/lib/define.js:141:25)
at Object. (/root/safewallet/lib/frontend/index.js:20:6)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
What should i do to resolve this ??
The text was updated successfully, but these errors were encountered:
Hi, I am trying to set this up on ubuntu server (16.04) on digital ocean.
Node version - 4.8.2
couchdb - 1.6
I am getting this error -
/root/safewallet/node_modules/jugglingdb-nano/lib/nano.js:420
return db.get(designName, function(err, designDoc) {
^
TypeError: db.get is not a function
at Object.helpers.updateDesign (/root/safewallet/node_modules/jugglingdb-nano/lib/nano.js:420:17)
at Object.exports.initialize (/root/safewallet/node_modules/jugglingdb-nano/lib/nano.js:36:20)
at new Schema (/root/safewallet/node_modules/resource/node_modules/jugglingdb/lib/schema.js:98:13)
at Object.persist (/root/safewallet/node_modules/resource/lib/datasource.js:72:18)
at EventEmitter.r.persist (/root/safewallet/node_modules/resource/lib/define.js:141:25)
at Object. (/root/safewallet/lib/frontend/index.js:20:6)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
What should i do to resolve this ??
The text was updated successfully, but these errors were encountered: