Advertisement
Guest User

Canvas install error

a guest
Aug 11th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. npm http GET https://github.com/LearnBoost/node-canvas/tarball/0.12.0
  2. npm http 200 https://github.com/LearnBoost/node-canvas/tarball/0.12.0
  3.  
  4. > canvas@0.12.0 preinstall /Users/lindseyf/node_modules/canvas
  5. > node-waf configure build
  6.  
  7. Checking for program g++ or c++ : /usr/bin/g++
  8. Checking for program cpp : /usr/bin/cpp
  9. Checking for program ar : /usr/bin/ar
  10. Checking for program ranlib : /usr/bin/ranlib
  11. Checking for g++ : ok
  12. Checking for node path : not found
  13. Checking for node prefix : ok /usr/local
  14. Checking for library gif : not found
  15. Checking for library jpeg : not found
  16. Checking for cairo : not found
  17. /Users/lindseyf/node_modules/canvas/wscript:30: error: the configuration failed (see '/Users/lindseyf/node_modules/canvas/build/config.log')
  18. npm ERR! canvas@0.12.0 preinstall: `node-waf configure build`
  19. npm ERR! `sh "-c" "node-waf configure build"` failed with 1
  20. npm ERR!
  21. npm ERR! Failed at the canvas@0.12.0 preinstall script.
  22. npm ERR! This is most likely a problem with the canvas package,
  23. npm ERR! not with npm itself.
  24. npm ERR! Tell the author that this fails on your system:
  25. npm ERR! node-waf configure build
  26. npm ERR! You can get their info via:
  27. npm ERR! npm owner ls canvas
  28. npm ERR! There is likely additional logging output above.
  29.  
  30. npm ERR! System Darwin 10.8.0
  31. npm ERR! command "node" "/usr/local/bin/npm" "install" "https://github.com/LearnBoost/node-canvas/tarball/0.12.0"
  32. npm ERR! cwd /Users/lindseyf/.Trash/cairo-1.10.0
  33. npm ERR! node -v v0.8.4
  34. npm ERR! npm -v 1.1.45
  35. npm ERR! code ELIFECYCLE
  36. npm ERR!
  37. npm ERR! Additional logging details can be found in:
  38. npm ERR! /Users/lindseyf/.Trash/cairo-1.10.0/npm-debug.log
  39. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement