Guest User

Untitled

a guest
Feb 24th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. > camaro@3.0.15 install C:\Users\Sohn\Desktop\test\node_modules\camaro
  2. > node-pre-gyp install --fallback-to-build
  3.  
  4. node-pre-gyp WARN Using needle for node-pre-gyp https download
  5. node-pre-gyp WARN Tried to download(404): https://github.com/tuananh/camaro/releases/download/3.0.15/camaro-v3.0.15-node-v64-win32-x64.tar.gz
  6. node-pre-gyp WARN Pre-built binaries not found for camaro@3.0.15 and node@10.15.1 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  7. gyp ERR! configure error
  8. gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
  9. gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
  10. gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
  11. gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
  12. gyp ERR! stack at FSReqWrap.oncomplete (fs.js:154:21)
  13. gyp ERR! System Windows_NT 10.0.17134
  14. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\Users\\Sohn\\Desktop\\test\\node_modules\\camaro\\lib\\binding\\camaro.node" "--module_name=camaro" "--module_path=C:\\Users\\Sohn\\Desktop\\test\\node_modules\\camaro\\lib\\binding" "--napi_version=3" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"
  15. gyp ERR! cwd C:\Users\Sohn\Desktop\test\node_modules\camaro
  16. gyp ERR! node -v v10.15.1
  17. gyp ERR! node-gyp -v v3.8.0
  18. gyp ERR! not ok
  19. node-pre-gyp ERR! build error
  20. node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\Sohn\Desktop\test\node_modules\camaro\lib\binding\camaro.node --module_name=camaro --module_path=C:\Users\Sohn\Desktop\test\node_modules\camaro\lib\binding --napi_version=3 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
  21. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\Sohn\Desktop\test\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
  22. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:189:13)
  23. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:970:16)
  24. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
  25. node-pre-gyp ERR! System Windows_NT 10.0.17134
  26. node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Sohn\\Desktop\\test\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
  27. node-pre-gyp ERR! cwd C:\Users\Sohn\Desktop\test\node_modules\camaro
  28. node-pre-gyp ERR! node -v v10.15.1
  29. node-pre-gyp ERR! node-pre-gyp -v v0.12.0
  30. node-pre-gyp ERR! not ok
  31. Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\Sohn\Desktop\test\node_modules\camaro\lib\binding\camaro.node --module_name=camaro --module_path=C:\Users\Sohn\Desktop\test\node_modules\camaro\lib\binding --napi_version=3 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)
  32. npm WARN test No description
  33. npm WARN test No repository field.
  34. npm WARN test No license field.
  35.  
  36. npm ERR! code ELIFECYCLE
  37. npm ERR! errno 1
  38. npm ERR! camaro@3.0.15 install: `node-pre-gyp install --fallback-to-build`
  39. npm ERR! Exit status 1
  40. npm ERR!
  41. npm ERR! Failed at the camaro@3.0.15 install script.
  42. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  43.  
  44. npm ERR! A complete log of this run can be found in:
  45. npm ERR! C:\Users\Sohn\AppData\Roaming\npm-cache\_logs\2019-02-24T15_58_14_223Z-debug.log
Add Comment
Please, Sign In to add comment