Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. git clone https://github.com/jsbin/jsbin jsbin
  2. cd jsbin
  3. npm install
  4.  
  5. ./bin/jsbin
  6.  
  7. /home/blunderboy/personal/repo/jsbin/lib/store.js:11
  8. if (!adapter[method]) throw new Error("DB adapter missing method: " + meth
  9. ^
  10. Error: DB adapter missing method: updateUserDropboxData
  11. at /home/blunderboy/personal/repo/jsbin/lib/store.js:11:33
  12. at Array.forEach (native)
  13. at check (/home/blunderboy/personal/repo/jsbin/lib/store.js:10:11)
  14. at new Store (/home/blunderboy/personal/repo/jsbin/lib/store.js:6:3)
  15. at createStore (/home/blunderboy/personal/repo/jsbin/lib/store.js:75:10)
  16. at Object.<anonymous> (/home/blunderboy/personal/repo/jsbin/lib/app.js:8:37)
  17. at Module._compile (module.js:456:26)
  18. at Object.Module._extensions..js (module.js:474:10)
  19. at Module.load (module.js:356:32)
  20. at Function.Module._load (module.js:312:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement