Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. flati@flati-VirtualBox ~/Desktop/Projects/flati/risi-signup $ sudo npm i -g firebase
  2.  
  3. > grpc@1.24.2 install /usr/lib/node_modules/firebase/node_modules/grpc
  4. > node-pre-gyp install --fallback-to-build --library=static_library
  5.  
  6. node-pre-gyp WARN Using needle for node-pre-gyp https download
  7. node-pre-gyp WARN Pre-built binaries not installable for grpc@1.24.2 and node@8.11.3 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
  8. node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/lib/node_modules/firebase/node_modules/grpc/src/node'
  9. gyp WARN EACCES user "nobody" does not have permission to access the dev dir "/home/flati/.cache/node-gyp/8.11.3"
  10. gyp WARN EACCES attempting to reinstall using temporary dev dir "/usr/lib/node_modules/firebase/node_modules/grpc/.node-gyp"
  11. gyp WARN install got an error, rolling back install
  12. gyp WARN install got an error, rolling back install
  13. gyp ERR! configure error
  14. gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/lib/node_modules/firebase/node_modules/grpc/.node-gyp'
  15. gyp ERR! System Linux 4.4.0-112-generic
  16. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--library=static_library" "--module=/usr/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node" "--module_name=grpc_node" "--module_path=/usr/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc" "--napi_version=3" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v57"
  17. gyp ERR! cwd /usr/lib/node_modules/firebase/node_modules/grpc
  18. gyp ERR! node -v v8.11.3
  19. gyp ERR! node-gyp -v v5.0.3
  20. gyp ERR! not ok
  21. node-pre-gyp ERR! build error
  22. node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --library=static_library --module=/usr/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node --module_name=grpc_node --module_path=/usr/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc --napi_version=3 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v57' (1)
  23. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/firebase/node_modules/grpc/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  24. node-pre-gyp ERR! stack at emitTwo (events.js:126:13)
  25. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:214:7)
  26. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:925:16)
  27. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  28. node-pre-gyp ERR! System Linux 4.4.0-112-generic
  29. node-pre-gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/firebase/node_modules/grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
  30. node-pre-gyp ERR! cwd /usr/lib/node_modules/firebase/node_modules/grpc
  31. node-pre-gyp ERR! node -v v8.11.3
  32. node-pre-gyp ERR! node-pre-gyp -v v0.14.0
  33. node-pre-gyp ERR! not ok
  34. Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --library=static_library --module=/usr/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node --module_name=grpc_node --module_path=/usr/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc --napi_version=3 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v57' (1)
  35. npm ERR! code ELIFECYCLE
  36. npm ERR! errno 1
  37. npm ERR! grpc@1.24.2 install: `node-pre-gyp install --fallback-to-build --library=static_library`
  38. npm ERR! Exit status 1
  39. npm ERR!
  40. npm ERR! Failed at the grpc@1.24.2 install script.
  41. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  42.  
  43. npm ERR! A complete log of this run can be found in:
  44. npm ERR! /home/flati/.npm/_logs/2019-11-20T13_56_47_213Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement