Advertisement
Guest User

Untitled

a guest
May 6th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. > printer@0.1.2 install /home/pi/memory_machine/node_modules/printer
  2. > node-gyp rebuild
  3.  
  4. Traceback (most recent call last):
  5. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in <module>
  6. sys.exit(gyp.script_main())
  7. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 534, in script_main
  8. return main(sys.argv[1:])
  9. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 527, in main
  10. return gyp_main(args)
  11. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 503, in gyp_main
  12. options.circular_check)
  13. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 129, in Load
  14. params['parallel'], params['root_targets'])
  15. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 2692, in Load
  16. variables, includes, depth, check, True)
  17. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 388, in LoadTargetBuildFile
  18. build_file_data, PHASE_EARLY, variables, build_file_path)
  19. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 1237, in ProcessVariablesAndConditionsInDict
  20. build_file)
  21. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 1252, in ProcessVariablesAndConditionsInList
  22. ProcessVariablesAndConditionsInDict(item, phase, variables, build_file)
  23. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 1237, in ProcessVariablesAndConditionsInDict
  24. build_file)
  25. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 1256, in ProcessVariablesAndConditionsInList
  26. expanded = ExpandVariables(item, phase, variables, build_file)
  27. File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 890, in ExpandVariables
  28. cwd=build_file_dir)
  29. File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
  30. errread, errwrite)
  31. File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
  32. raise child_exception
  33. OSError: [Errno 2] No such file or directory
  34. gyp ERR! configure error
  35. gyp ERR! stack Error: `gyp` failed with exit code: 1
  36. gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:343:16)
  37. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  38. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
  39. gyp ERR! System Linux 3.18.10-2-ARCH
  40. gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  41. gyp ERR! cwd /home/pi/memory_machine/node_modules/printer
  42. gyp ERR! node -v v0.12.2
  43. gyp ERR! node-gyp -v v1.0.3
  44. gyp ERR! not ok
  45. npm ERR! Linux 3.18.10-2-ARCH
  46. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
  47. npm ERR! node v0.12.2
  48. npm ERR! npm v2.8.3
  49. npm ERR! code ELIFECYCLE
  50.  
  51. npm ERR! printer@0.1.2 install: `node-gyp rebuild`
  52. npm ERR! Exit status 1
  53. npm ERR!
  54. npm ERR! Failed at the printer@0.1.2 install script 'node-gyp rebuild'.
  55. npm ERR! This is most likely a problem with the printer package,
  56. npm ERR! not with npm itself.
  57. npm ERR! Tell the author that this fails on your system:
  58. npm ERR! node-gyp rebuild
  59. npm ERR! You can get their info via:
  60. npm ERR! npm owner ls printer
  61. npm ERR! There is likely additional logging output above.
  62.  
  63. npm ERR! Please include the following file with any support request:
  64. npm ERR! /home/pi/memory_machine/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement