Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. PS C:\WINDOWS\system32> npm install hammerandchisel/erlpack --save
  2.  
  3. > erlpack@0.1.0 install C:\WINDOWS\system32\node_modules\erlpack
  4. > node-gyp rebuild
  5.  
  6.  
  7. C:\WINDOWS\system32\node_modules\erlpack>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else
  8. (node "" rebuild )
  9. gyp ERR! configure error
  10. gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
  11. gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
  12. gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
  13. gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
  14. gyp ERR! stack at FSReqWrap.oncomplete (fs.js:123:15)
  15. gyp ERR! System Windows_NT 10.0.14393
  16. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  17. gyp ERR! cwd C:\WINDOWS\system32\node_modules\erlpack
  18. gyp ERR! node -v v6.10.0
  19. gyp ERR! node-gyp -v v3.4.0
  20. gyp ERR! not ok
  21. npm WARN enoent ENOENT: no such file or directory, open 'C:\WINDOWS\system32\package.json'
  22. npm WARN system32 No description
  23. npm WARN system32 No repository field.
  24. npm WARN system32 No README data
  25. npm WARN system32 No license field.
  26. npm ERR! Windows_NT 10.0.14393
  27. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "hammerandchisel/erlpack" "--save"
  28. npm ERR! node v6.10.0
  29. npm ERR! npm v3.10.10
  30. npm ERR! code ELIFECYCLE
  31.  
  32. npm ERR! erlpack@0.1.0 install: `node-gyp rebuild`
  33. npm ERR! Exit status 1
  34. npm ERR!
  35. npm ERR! Failed at the erlpack@0.1.0 install script 'node-gyp rebuild'.
  36. npm ERR! Make sure you have the latest version of node.js and npm installed.
  37. npm ERR! If you do, this is most likely a problem with the erlpack package,
  38. npm ERR! not with npm itself.
  39. npm ERR! Tell the author that this fails on your system:
  40. npm ERR! node-gyp rebuild
  41. npm ERR! You can get information on how to open an issue for this project with:
  42. npm ERR! npm bugs erlpack
  43. npm ERR! Or if that isn't available, you can get their info via:
  44. npm ERR! npm owner ls erlpack
  45. npm ERR! There is likely additional logging output above.
  46.  
  47. npm ERR! Please include the following file with any support request:
  48. npm ERR! C:\WINDOWS\system32\npm-debug.log
  49. PS C:\WINDOWS\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement