Advertisement
Guest User

Error when installing Firebase ionic

a guest
Jan 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.93 KB | None | 0 0
  1. > grpc@1.17.0 install /home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc
  2. > node-pre-gyp install --fallback-to-build --library=static_library
  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 grpc@1.17.0 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/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/src/node'
  7. gyp ERR! configure error
  8. gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/build'
  9. gyp ERR! System Linux 4.15.0-43-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" "--library=static_library" "--module=/home/sahith/.npm-global/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=/home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc" "--napi_version=1" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v57"
  11. gyp ERR! cwd /home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc
  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 --library=static_library --module=/home/sahith/.npm-global/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=/home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc --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/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/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-43-generic
  23. node-pre-gyp ERR! command "/usr/bin/node" "/home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
  24. node-pre-gyp ERR! cwd /home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc
  25. node-pre-gyp ERR! node -v v8.10.0
  26. node-pre-gyp ERR! node-pre-gyp -v v0.12.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 --library=static_library --module=/home/sahith/.npm-global/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=/home/sahith/.npm-global/lib/node_modules/firebase/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc --napi_version=1 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v57' (1)
  29. npm ERR! code ELIFECYCLE
  30. npm ERR! errno 1
  31. npm ERR! grpc@1.17.0 install: `node-pre-gyp install --fallback-to-build --library=static_library`
  32. npm ERR! Exit status 1
  33. npm ERR!
  34. npm ERR! Failed at the grpc@1.17.0 install script.
  35. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  36.  
  37. npm ERR! A complete log of this run can be found in:
  38. npm ERR!     /home/sahith/.npm/_logs/2019-01-20T16_13_00_058Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement