Advertisement
Guest User

Kapa npm install

a guest
Feb 25th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. node-pre-gyp WARN Using request for node-pre-gyp https download
  2. node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.5/bcrypt_lib-v3.0.5-node-v72-linux-x64-glibc.tar.gz
  3. node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.5 and node@12.14.0 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
  4. make: Entering directory '/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/build'
  5. CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  6. CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  7. CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  8. In file included from /usr/include/c++/7/cassert:44:0,
  9. from /home/mihajlo/snap/code/common/.cache/node-gyp/12.14.0/include/node/node_object_wrap.h:26,
  10. from ../node_modules/nan/nan.h:55,
  11. from ../src/bcrypt_node.cc:1:
  12. ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’:
  13. ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘IsNearDeath’
  14. assert(persistent().IsNearDeath());
  15. ^
  16. ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’:
  17. ../node_modules/nan/nan_object_wrap.h:127:26: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘IsNearDeath’
  18. assert(wrap->handle_.IsNearDeath());
  19. ^
  20. bcrypt_lib.target.mk:111: recipe for target 'Release/obj.target/bcrypt_lib/src/bcrypt_node.o' failed
  21. make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1
  22. make: Leaving directory '/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/build'
  23. gyp ERR! build error
  24. gyp ERR! stack Error: `make` failed with exit code: 2
  25. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
  26. gyp ERR! stack at ChildProcess.emit (events.js:210:5)
  27. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
  28. gyp ERR! System Linux 5.3.0-40-generic
  29. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/lib/binding" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
  30. gyp ERR! cwd /home/mihajlo/projects/sascha/kapa/node_modules/bcrypt
  31. gyp ERR! node -v v12.14.0
  32. gyp ERR! node-gyp -v v5.0.5
  33. gyp ERR! not ok
  34. node-pre-gyp ERR! build error
  35. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/lib/binding --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
  36. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/home/mihajlo/projects/sascha/kapa/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  37. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:210:5)
  38. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1021:16)
  39. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
  40. node-pre-gyp ERR! System Linux 5.3.0-40-generic
  41. node-pre-gyp ERR! command "/usr/local/bin/node" "/home/mihajlo/projects/sascha/kapa/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
  42. node-pre-gyp ERR! cwd /home/mihajlo/projects/sascha/kapa/node_modules/bcrypt
  43. node-pre-gyp ERR! node -v v12.14.0
  44. node-pre-gyp ERR! node-pre-gyp -v v0.12.0
  45. node-pre-gyp ERR! not ok
  46. Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/home/mihajlo/projects/sascha/kapa/node_modules/bcrypt/lib/binding --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
  47. npm WARN @ionic-native/in-app-browser@5.8.0 requires a peer of rxjs@^6.5.0 but none is installed. You must install peer dependencies yourself.
  48. npm WARN @ionic/pro@2.0.4 requires a peer of cordova-plugin-ionic@^5.0.0 but none is installed. You must install peer dependencies yourself.
  49. npm WARN @progress/kendo-angular-grid@3.13.1 requires a peer of @progress/kendo-angular-inputs@2 - 4 but none is installed. You must install peer dependencies yourself.
  50. npm WARN @progress/kendo-angular-inputs@5.0.0 requires a peer of @progress/kendo-drawing@^1.5.12 but none is installed. You must install peer dependencies yourself.
  51. npm WARN ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
  52. npm WARN angular2-markdown@2.2.3 requires a peer of rxjs@^5.5.2 but none is installed. You must install peer dependencies yourself.
  53. npm WARN angular2-markdown@2.2.3 requires a peer of @angular/core@^2.4.0 || ^4.0.3 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
  54. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
  55. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  56.  
  57. npm ERR! code ELIFECYCLE
  58. npm ERR! errno 1
  59. npm ERR! bcrypt@3.0.5 install: `node-pre-gyp install --fallback-to-build`
  60. npm ERR! Exit status 1
  61. npm ERR!
  62. npm ERR! Failed at the bcrypt@3.0.5 install script.
  63. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  64.  
  65. npm ERR! A complete log of this run can be found in:
  66. npm ERR! /home/mihajlo/.npm/_logs/2020-02-25T13_25_41_168Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement