Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. jamesauble@James-MacBook-Air:~/Projects/Vue.js/devmeetup$ sudo npm install
  2.  
  3. > grpc@1.9.1 install /Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc
  4. > node-pre-gyp install --fallback-to-build --library=static_library
  5.  
  6. node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.9.1/node-v64-darwin-x64-unknown.tar.gz
  7. node-pre-gyp ERR! Pre-built binaries not found for grpc@1.9.1 and node@10.15.3 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  8. node-pre-gyp ERR! Tried to download(undefined): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.9.1/node-v64-darwin-x64-unknown.tar.gz
  9. node-pre-gyp ERR! Pre-built binaries not found for grpc@1.9.1 and node@10.15.3 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  10. gyp ERR! configure error
  11. gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/build'
  12. gyp ERR! System Darwin 18.5.0
  13. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--library=static_library" "--module=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node" "--module_name=grpc_node" "--module_path=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown"
  14. gyp ERR! cwd /Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc
  15. gyp ERR! node -v v10.15.3
  16. gyp ERR! node-gyp -v v3.8.0
  17. gyp ERR! not ok
  18. gyp ERR! configure error
  19. gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/build'
  20. gyp ERR! System Darwin 18.5.0
  21. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--library=static_library" "--module=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node" "--module_name=grpc_node" "--module_path=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown"
  22. gyp ERR! cwd /Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc
  23. gyp ERR! node -v v10.15.3
  24. gyp ERR! node-gyp -v v3.8.0
  25. gyp ERR! not ok
  26. node-pre-gyp ERR! build error
  27. 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 configure --fallback-to-build --library=static_library --module=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node --module_name=grpc_node --module_path=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown' (1)
  28. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  29. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:189:13)
  30. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:970:16)
  31. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
  32. node-pre-gyp ERR! System Darwin 18.5.0
  33. node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
  34. node-pre-gyp ERR! cwd /Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc
  35. node-pre-gyp ERR! node -v v10.15.3
  36. node-pre-gyp ERR! node-pre-gyp -v v0.6.39
  37. node-pre-gyp ERR! not ok
  38. Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --library=static_library --module=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node --module_name=grpc_node --module_path=/Users/jamesauble/Projects/Vue.js/devmeetup/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown' (1)
  39. npm WARN ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
  40.  
  41. npm ERR! code ELIFECYCLE
  42. npm ERR! errno 1
  43. npm ERR! grpc@1.9.1 install: `node-pre-gyp install --fallback-to-build --library=static_library`
  44. npm ERR! Exit status 1
  45. npm ERR!
  46. npm ERR! Failed at the grpc@1.9.1 install script.
  47. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  48.  
  49. npm ERR! A complete log of this run can be found in:
  50. npm ERR! /Users/jamesauble/.npm/_logs/2019-04-19T0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement