Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.73 KB | None | 0 0
  1. $ npm i
  2. npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump
  3.  
  4. > realm@2.13.0 install /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm
  5. > node-pre-gyp install --fallback-to-build
  6.  
  7. node-pre-gyp ERR! Tried to download(404): https://static.realm.io/node-pre-gyp/2.13.0/realm-v2.13.0-node-v64-linux-x64.tar.gz
  8. node-pre-gyp ERR! Pre-built binaries not found for realm@2.13.0 and node@10.5.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
  9. node-pre-gyp ERR! Tried to download(undefined): https://static.realm.io/node-pre-gyp/2.13.0/realm-v2.13.0-node-v64-linux-x64.tar.gz
  10. node-pre-gyp ERR! Pre-built binaries not found for realm@2.13.0 and node@10.5.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
  11. make: Entering directory '/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/build'
  12.   TOUCH Release/obj.target/OpenSSL.stamp
  13. make: Entering directory '/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/build'
  14.   TOUCH Release/obj.target/OpenSSL.stamp
  15.   ACTION binding_gyp_vendored_realm_target_download_realm /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64
  16.   ACTION binding_gyp_vendored_realm_target_download_realm /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64
  17. Resolved requirements: { CORE_SERVER_FOLDER: 'core',
  18.   CORE_ARCHIVE: 'realm-core-5.7.1.tgz',
  19.   CORE_ARCHIVE_ROOT: 'realm-core-5.7.1' }
  20. No lockfile found at the target, proceeding.
  21. Download url: https://static.realm.io/downloads/core/realm-core-5.7.1.tgz
  22. Resolved requirements: { CORE_SERVER_FOLDER: 'core',
  23.   CORE_ARCHIVE: 'realm-core-5.7.1.tgz',
  24.   CORE_ARCHIVE_ROOT: 'realm-core-5.7.1' }
  25. No lockfile found at the target, proceeding.
  26. Download url: https://static.realm.io/downloads/core/realm-core-5.7.1.tgz
  27. Extracting realm-core-5.7.1.tgz => /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64
  28. Extracting realm-core-5.7.1.tgz => /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64
  29. { [Error: ENOENT: no such file or directory, utime '/tmp/realm-core-5.7.1/realm-core-5.7.1/lib64/librealm-dbg.a']
  30.   errno: -2,
  31.   code: 'ENOENT',
  32.   syscall: 'utime',
  33.   path:
  34.    '/tmp/realm-core-5.7.1/realm-core-5.7.1/lib64/librealm-dbg.a' }
  35. vendored-realm.target.mk:13: recipe for target '/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64' failed
  36. make: *** [/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64] Error 1
  37. make: Leaving directory '/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/build'
  38. gyp ERR! build error
  39. gyp ERR! stack Error: `make` failed with exit code: 2
  40. gyp ERR! stack     at ChildProcess.onExit (/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  41. gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
  42. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
  43. gyp ERR! System Linux 4.15.0-24-generic
  44. gyp ERR! command "/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/bin/node" "/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64/realm.node" "--module_name=realm" "--module_path=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64"
  45. gyp ERR! cwd /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm
  46. gyp ERR! node -v v10.5.0
  47. gyp ERR! node-gyp -v v3.6.2
  48. gyp ERR! not ok
  49. node-pre-gyp ERR! build error
  50. node-pre-gyp ERR! stack Error: Failed to execute '/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/bin/node /mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64/realm.node --module_name=realm --module_path=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64' (1)
  51. node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  52. node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
  53. node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:961:16)
  54. node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
  55. node-pre-gyp ERR! System Linux 4.15.0-24-generic
  56. node-pre-gyp ERR! command "/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/bin/node" "/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
  57. node-pre-gyp ERR! cwd /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm
  58. node-pre-gyp ERR! node -v v10.5.0
  59. node-pre-gyp ERR! node-pre-gyp -v v0.6.39
  60. node-pre-gyp ERR! not ok
  61. Failed to execute '/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/bin/node /mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64/realm.node --module_name=realm --module_path=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64' (1)
  62. Success
  63. sh: 0: getcwd() failed: No such file or directoryalm@2.13.0~install: Failed to exec install script
  64. /bin/sh: 1: cannot create ./Release/.deps//mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64.d: Directory nonexistent
  65. vendored-realm.target.mk:13: recipe for target '/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64' failed
  66. make: *** [/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/vendor/realm-linux-x64] Error 2
  67. make: Leaving directory '/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/build'
  68. gyp ERR! build error
  69. gyp ERR! stack Error: `make` failed with exit code: 2
  70. gyp ERR! stack     at ChildProcess.onExit (/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  71. gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
  72. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
  73. gyp ERR! System Linux 4.15.0-24-generic
  74. gyp ERR! command "/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/bin/node" "/mnt/sto/home/iguerendiain/.nvm/versions/node/v10.5.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64/realm.node" "--module_name=realm" "--module_path=/mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm/compiled/node-v64_linux_x64"
  75. gyp ERR! cwd /mnt/sto/proyectos/contactmapping/cmmobile/node_modules/realm
  76. gyp ERR! node -v v10.5.0
  77. gyp ERR! node-gyp -v v3.6.2
  78. gyp ERR! not ok
  79. npm WARN react-native@0.55.4 requires a peer of react@16.3.1 but none is installed. You must install peer dependencies yourself.
  80. npm WARN react-router-redux@5.0.0-alpha.9 requires a peer of react@>=15 but none is installed. You must install peer dependencies yourself.
  81. npm WARN eslint-plugin-react-native@3.2.1 requires a peer of eslint@^3.17.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
  82. npm WARN mobx-react@4.4.3 requires a peer of react@^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
  83. npm WARN react-router@4.3.1 requires a peer of react@>=15 but none is installed. You must install peer dependencies yourself.
  84. npm WARN redux-devtools@3.4.1 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
  85. npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
  86. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
  87. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  88.  
  89. npm ERR! code ELIFECYCLE
  90. npm ERR! errno 1
  91. npm ERR! realm@2.13.0 install: `node-pre-gyp install --fallback-to-build`
  92. npm ERR! Exit status 1
  93. npm ERR!
  94. npm ERR! Failed at the realm@2.13.0 install script.
  95. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  96.  
  97. npm ERR! A complete log of this run can be found in:
  98. npm ERR!     /home/iguerendiain/.npm/_logs/2018-07-19T22_43_25_752Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement