Advertisement
Guest User

Untitled

a guest
Feb 8th, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. sudo npm install --save email-templates
  2.  
  3. > contextify@0.1.12 install /home/project/path/node_modules/email-templates/node_modules/juice2/node_modules/jsdom/node_modules/contextify
  4. > node-gyp rebuild
  5.  
  6. gyp ERR! configure error
  7. gyp ERR! stack Error: spawn EACCES
  8. gyp ERR! stack at errnoException (child_process.js:1001:11)
  9. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:792:34)
  10. gyp ERR! System Linux 3.13.0-37-generic
  11. gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  12. gyp ERR! cwd /home/project/path/node_modules/email-templates/node_modules/juice2/node_modules/jsdom/node_modules/contextify
  13. gyp ERR! node -v v0.10.33
  14. gyp ERR! node-gyp -v v1.0.2
  15. gyp ERR! not ok
  16. npm ERR! Linux 3.13.0-37-generic
  17. npm ERR! argv "node" "/usr/bin/npm" "install" "--save" "email-templates"
  18. npm ERR! node v0.10.33
  19. npm ERR! npm v2.5.0
  20. npm ERR! code ELIFECYCLE
  21.  
  22. npm ERR! contextify@0.1.12 install: `node-gyp rebuild`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the contextify@0.1.12 install script 'node-gyp rebuild'.
  26. npm ERR! This is most likely a problem with the contextify package,
  27. npm ERR! not with npm itself.
  28. npm ERR! Tell the author that this fails on your system:
  29. npm ERR! node-gyp rebuild
  30. npm ERR! You can get their info via:
  31. npm ERR! npm owner ls contextify
  32. npm ERR! There is likely additional logging output above.
  33.  
  34. npm ERR! Please include the following file with any support request:
  35. npm ERR! /home/project/path/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement