Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. 9 ubuntu@context:~⟫ node --version
  2. v5.4.1
  3. ubuntu@context:~⟫ sudo npm install -g floomatic
  4. npm WARN install Couldn't install optional dependency: Unsupported
  5. /usr/local/bin/floomatic -> /usr/local/lib/node_modules/floomatic/bin/floomatic
  6. /usr/local/lib
  7. └── floomatic@0.5.2
  8.  
  9. ubuntu@context:~⟫ sudo service floomatic restart
  10. floomatic stop/waiting
  11. floomatic start/running, process 28700
  12.  
  13.  
  14. ubuntu@context:~⟫ tail -n30 logs/floobits.out.2016-02-08.log
  15. at startup (node.js:139:18)
  16. at node.js:999:3
  17. /usr/local/lib/node_modules/floomatic/floomatic.js:99
  18. args.w = _.compose(path.normalize, path.basename)(args.w || args.share);
  19. ^
  20.  
  21. TypeError: _.compose is not a function
  22. at Object.exports.run (/usr/local/lib/node_modules/floomatic/floomatic.js:99:14)
  23. at Object.<anonymous> (/usr/local/lib/node_modules/floomatic/bin/floomatic:3:25)
  24. at Module._compile (module.js:397:26)
  25. at Object.Module._extensions..js (module.js:404:10)
  26. at Module.load (module.js:343:32)
  27. at Function.Module._load (module.js:300:12)
  28. at Function.Module.runMain (module.js:429:10)
  29. at startup (node.js:139:18)
  30. at node.js:999:3
  31. /usr/local/lib/node_modules/floomatic/floomatic.js:99
  32. args.w = _.compose(path.normalize, path.basename)(args.w || args.share);
  33. ^
  34.  
  35. TypeError: _.compose is not a function
  36. at Object.exports.run (/usr/local/lib/node_modules/floomatic/floomatic.js:99:14)
  37. at Object.<anonymous> (/usr/local/lib/node_modules/floomatic/bin/floomatic:3:25)
  38. at Module._compile (module.js:397:26)
  39. at Object.Module._extensions..js (module.js:404:10)
  40. at Module.load (module.js:343:32)
  41. at Function.Module._load (module.js:300:12)
  42. at Function.Module.runMain (module.js:429:10)
  43. at startup (node.js:139:18)
  44. at node.js:999:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement