Guest User

fxa-local-dev npm install error

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.72 KB | None | 0 0
  1. ➜  fxa-local-dev git:(master) npm install
  2. npm WARN deprecated cross-spawn-async@2.2.1: cross-spawn no longer requires a build toolchain, use it instead
  3.  
  4. > fsevents@1.2.7 install /Users/farhan/Desktop/contri/my-contri/mozilla/fxa-local-dev/node_modules/fsevents
  5. > node install
  6.  
  7. node-pre-gyp WARN Using request for node-pre-gyp https download
  8. [fsevents] Success: "/Users/farhan/Desktop/contri/my-contri/mozilla/fxa-local-dev/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" is installed via remote
  9.  
  10. > fxa-local-dev@1.0.2 postinstall /Users/farhan/Desktop/contri/my-contri/mozilla/fxa-local-dev
  11. > _scripts/postinstall.sh
  12.  
  13. + _scripts/install_all.sh
  14. + _scripts/check.sh
  15. ++ which rustup
  16. + [[ ! -n /Users/farhan/.cargo/bin/rustup ]]
  17. ++ which node
  18. + [[ -n /Users/farhan/.nvm/versions/node/v8.9.4/bin/node ]]
  19. ++ node --version
  20. + [[ -n v8.9.4 ]]
  21. + node _scripts/check_node_version.js
  22. Node and nvm version ok
  23. ++ which docker
  24. + [[ -n '' ]]
  25. + docker=n
  26. ++ uname -a
  27. ++ cut -f 1 -d ' '
  28. + os=Darwin
  29. + '[' Darwin = Darwin ']'
  30. + '[' n = n ']'
  31. + echo 'install docker to continue installation'
  32. install docker to continue installation
  33. + echo https://docs.docker.com/docker-for-mac/install/
  34. https://docs.docker.com/docker-for-mac/install/
  35. + exit 1
  36. npm ERR! code ELIFECYCLE
  37. npm ERR! errno 1
  38. npm ERR! fxa-local-dev@1.0.2 postinstall: `_scripts/postinstall.sh`
  39. npm ERR! Exit status 1
  40. npm ERR!
  41. npm ERR! Failed at the fxa-local-dev@1.0.2 postinstall script.
  42. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  43.  
  44. npm ERR! A complete log of this run can be found in:
  45. npm ERR!     /Users/farhan/.npm/_logs/2019-02-21T12_31_11_270Z-debug.log
  46. ➜  fxa-local-dev git:(master)
Add Comment
Please, Sign In to add comment