Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.75 KB | None | 0 0
  1. > bcrypt@3.0.2 install /home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt
  2. > node-pre-gyp install --fallback-to-build
  3.  
  4. node-pre-gyp WARN Using request for node-pre-gyp https download
  5. node-pre-gyp WARN Pre-built binaries not installable for bcrypt@3.0.2 and node@8.10.0 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
  6. node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib'
  7. gyp ERR! configure error
  8. gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/build'
  9. gyp ERR! System Linux 4.15.0-42-generic
  10. gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib/binding" "--napi_version=1" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v57"
  11. gyp ERR! cwd /home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt
  12. gyp ERR! node -v v8.10.0
  13. gyp ERR! node-gyp -v v3.8.0
  14. gyp ERR! not ok
  15. node-pre-gyp ERR! build error
  16. node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib/binding --napi_version=1 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v57' (1)
  17. node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  18. node-pre-gyp ERR! stack     at emitTwo (events.js:126:13)
  19. node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:214:7)
  20. node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:925:16)
  21. node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  22. node-pre-gyp ERR! System Linux 4.15.0-42-generic
  23. node-pre-gyp ERR! command "/usr/bin/node" "/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
  24. node-pre-gyp ERR! cwd /home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt
  25. node-pre-gyp ERR! node -v v8.10.0
  26. node-pre-gyp ERR! node-pre-gyp -v v0.11.0
  27. node-pre-gyp ERR! not ok
  28. Failed to execute '/usr/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/home/rendoir/Documents/LDSO/t3g2/api/node_modules/bcrypt/lib/binding --napi_version=1 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v57' (1)
  29. npm WARN The package oas-tools is included as both a dev and production dependency.
  30. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
  31. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  32.  
  33. npm ERR! code ELIFECYCLE
  34. npm ERR! errno 1
  35. npm ERR! bcrypt@3.0.2 install: `node-pre-gyp install --fallback-to-build`
  36. npm ERR! Exit status 1
  37. npm ERR!
  38. npm ERR! Failed at the bcrypt@3.0.2 install script.
  39. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  40.  
  41. npm ERR! A complete log of this run can be found in:
  42. npm ERR!     /home/rendoir/.npm/_logs/2018-12-07T17_39_31_842Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement