Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. [axion@axpool:~/webserver]$ npm start
  2.  
  3. > MoneyPot@0.0.1 start /home/axion/webserver
  4. > node server.js --use_strict
  5.  
  6.  
  7. /home/axion/webserver/node_modules/bitcoinjs-lib/node_modules/bs58check/node_modules/bs58/lib/bs58.js:51
  8. if (!(c in ALPHABET_MAP)) throw new Error('Non-base58 character')
  9. ^
  10. Error: Non-base58 character
  11. at Object.decode (/home/axion/webserver/node_modules/bitcoinjs-lib/node_modules/bs58check/node_modules/bs58/lib/bs58.js:51:37)
  12. at Object.decode (/home/axion/webserver/node_modules/bitcoinjs-lib/node_modules/bs58check/src/bs58check.js:25:34)
  13. at Function.HDNode.fromBase58 (/home/axion/webserver/node_modules/bitcoinjs-lib/src/hdnode.js:78:40)
  14. at Object.<anonymous> (/home/axion/webserver/server/lib.js:80:31)
  15. at Module._compile (module.js:456:26)
  16. at Object.Module._extensions..js (module.js:474:10)
  17. at Module.load (module.js:356:32)
  18. at Function.Module._load (module.js:312:12)
  19. at Module.require (module.js:364:17)
  20. at require (module.js:380:17)
  21.  
  22. npm ERR! MoneyPot@0.0.1 start: `node server.js --use_strict`
  23. npm ERR! Exit status 8
  24. npm ERR!
  25. npm ERR! Failed at the MoneyPot@0.0.1 start script.
  26. npm ERR! This is most likely a problem with the MoneyPot package,
  27. npm ERR! not with npm itself.
  28. npm ERR! Tell the author that this fails on your system:
  29. npm ERR! node server.js --use_strict
  30. npm ERR! You can get their info via:
  31. npm ERR! npm owner ls MoneyPot
  32. npm ERR! There is likely additional logging output above.
  33. npm ERR! System Linux 3.15.4-x86_64-linode45
  34. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
  35. npm ERR! cwd /home/axion/webserver
  36. npm ERR! node -v v0.10.32
  37. npm ERR! npm -v 1.4.28
  38. npm ERR! code ELIFECYCLE
  39. npm ERR!
  40. npm ERR! Additional logging details can be found in:
  41. npm ERR! /home/axion/webserver/npm-debug.log
  42. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement