Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.72 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.17134.1246]
  2. (c) 2018 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\fmi>npm install -g expo-cli
  5. npm WARN deprecated joi@14.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  6. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  7. npm WARN deprecated joi@11.4.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  8. npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  9. npm WARN deprecated topo@2.0.2: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  10. npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
  11. npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
  12.  
  13. > @expo/traveling-fastlane-linux@1.11.4 preinstall C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\traveling-fastlane-linux
  14. > node platform.js
  15.  
  16. Does not seem like WSL enabled on this machine. Download a Linux distro from the Windows Store, run it at least onceand then make sure to run in an admin powershell:
  17. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  18. C:\Users\fmi\AppData\Roaming\npm\expo -> C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\bin\expo.js
  19. C:\Users\fmi\AppData\Roaming\npm\expo-cli -> C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\bin\expo.js
  20.  
  21. > dtrace-provider@0.8.8 install C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\dtrace-provider
  22. > node-gyp rebuild || node suppress-error.js
  23.  
  24.  
  25. C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\dtrace-provider>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
  26. gyp ERR! find Python
  27. gyp ERR! find Python Python is not set from command line or npm configuration
  28. gyp ERR! find Python Python is not set from environment variable PYTHON
  29. gyp ERR! find Python checking if "python" can be used
  30. gyp ERR! find Python - "python" is not in PATH or produced an error
  31. gyp ERR! find Python checking if "python2" can be used
  32. gyp ERR! find Python - "python2" is not in PATH or produced an error
  33. gyp ERR! find Python checking if "python3" can be used
  34. gyp ERR! find Python - "python3" is not in PATH or produced an error
  35. gyp ERR! find Python checking if the py launcher can be used to find Python 2
  36. gyp ERR! find Python - "py.exe" is not in PATH or produced an error
  37. gyp ERR! find Python checking if Python is C:\Python27\python.exe
  38. gyp ERR! find Python - "C:\Python27\python.exe" could not be run
  39. gyp ERR! find Python checking if Python is C:\Python37\python.exe
  40. gyp ERR! find Python - "C:\Python37\python.exe" could not be run
  41. gyp ERR! find Python
  42. gyp ERR! find Python **********************************************************
  43. gyp ERR! find Python You need to install the latest version of Python.
  44. gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
  45. gyp ERR! find Python you can try one of the following options:
  46. gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"
  47. gyp ERR! find Python (accepted by both node-gyp and npm)
  48. gyp ERR! find Python - Set the environment variable PYTHON
  49. gyp ERR! find Python - Set the npm configuration variable python:
  50. gyp ERR! find Python npm config set python "C:\Path\To\python.exe"
  51. gyp ERR! find Python For more information consult the documentation at:
  52. gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
  53. gyp ERR! find Python **********************************************************
  54. gyp ERR! find Python
  55. gyp ERR! configure error
  56. gyp ERR! stack Error: Could not find any Python installation to use
  57. gyp ERR! stack at PythonFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47)
  58. gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21)
  59. gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16)
  60. gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16)
  61. gyp ERR! stack at exithandler (child_process.js:302:5)
  62. gyp ERR! stack at ChildProcess.errorhandler (child_process.js:314:5)
  63. gyp ERR! stack at ChildProcess.emit (events.js:223:5)
  64. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
  65. gyp ERR! stack at onErrorNT (internal/child_process.js:456:16)
  66. gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:81:21)
  67. gyp ERR! System Windows_NT 10.0.17134
  68. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  69. gyp ERR! cwd C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\dtrace-provider
  70. gyp ERR! node -v v12.14.1
  71. gyp ERR! node-gyp -v v5.0.5
  72. gyp ERR! not ok
  73.  
  74. > iltorb@2.4.4 install C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\iltorb
  75. > node ./scripts/install.js || node-gyp rebuild
  76.  
  77. info looking for cached prebuild @ C:\Users\fmi\AppData\Roaming\npm-cache\_prebuilds\95b49f-iltorb-v2.4.4-node-v72-win32-x64.tar.gz
  78. http request GET https://github.com/MayhemYDG/iltorb/releases/download/v2.4.4/iltorb-v2.4.4-node-v72-win32-x64.tar.gz
  79. http 200 https://github.com/MayhemYDG/iltorb/releases/download/v2.4.4/iltorb-v2.4.4-node-v72-win32-x64.tar.gz
  80. info downloading to @ C:\Users\fmi\AppData\Roaming\npm-cache\_prebuilds\95b49f-iltorb-v2.4.4-node-v72-win32-x64.tar.gz.9516-a1ef97d7ddd05.tmp
  81. info renaming to @ C:\Users\fmi\AppData\Roaming\npm-cache\_prebuilds\95b49f-iltorb-v2.4.4-node-v72-win32-x64.tar.gz
  82. info unpacking @ C:\Users\fmi\AppData\Roaming\npm-cache\_prebuilds\95b49f-iltorb-v2.4.4-node-v72-win32-x64.tar.gz
  83. info unpack resolved to C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\iltorb\build\bindings\iltorb.node
  84. info unpack required C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\iltorb\build\bindings\iltorb.node successfully
  85. info install Successfully installed iltorb binary!
  86.  
  87. > core-js@2.6.11 postinstall C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\babel-runtime\node_modules\core-js
  88. > node -e "try{require('./postinstall')}catch(e){}"
  89.  
  90. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  91.  
  92. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  93. > https://opencollective.com/core-js
  94. > https://www.patreon.com/zloirock
  95.  
  96. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  97.  
  98.  
  99. > core-js@3.6.4 postinstall C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\core-js
  100. > node -e "try{require('./postinstall')}catch(e){}"
  101.  
  102.  
  103. > ejs@2.7.4 postinstall C:\Users\fmi\AppData\Roaming\npm\node_modules\expo-cli\node_modules\ejs
  104. > node ./postinstall.js
  105.  
  106. Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
  107.  
  108. npm WARN @expo/image-utils@0.2.12 requires a peer of sharp-cli@^1.10.0 but none is installed. You must install peer dependencies yourself.
  109. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-darwin-x64@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-darwin-x64):
  110. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-darwin-x64@2.2.8: wanted {"os":"darwin","arch":"x64"} (current: {"os":"win32","arch":"x64"})
  111. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-darwin-ia32@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-darwin-ia32):
  112. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-darwin-ia32@2.2.8: wanted {"os":"darwin","arch":"ia32"} (current: {"os":"win32","arch":"x64"})
  113. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/traveling-fastlane-darwin@1.11.4 (node_modules\expo-cli\node_modules\@expo\traveling-fastlane-darwin):
  114. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/traveling-fastlane-darwin@1.11.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  115. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\expo-cli\node_modules\fsevents):
  116. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  117. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-win32-ia32@2.2.8-beta.1 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-win32-ia32):
  118. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-win32-ia32@2.2.8-beta.1: wanted {"os":"win32","arch":"ia32"} (current: {"os":"win32","arch":"x64"})
  119. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-sunos-x64@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-sunos-x64):
  120. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-sunos-x64@2.2.8: wanted {"os":"sunos","arch":"x64"} (current: {"os":"win32","arch":"x64"})
  121. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-linux-x64@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-linux-x64):
  122. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-linux-x64@2.2.8: wanted {"os":"linux","arch":"x64"} (current: {"os":"win32","arch":"x64"})
  123. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-linux-ia32@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-linux-ia32):
  124. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-linux-ia32@2.2.8: wanted {"os":"linux","arch":"ia32"} (current: {"os":"win32","arch":"x64"})
  125. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-linux-arm64@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-linux-arm64):
  126. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-linux-arm64@2.2.8: wanted {"os":"linux","arch":"arm64"} (current: {"os":"win32","arch":"x64"})
  127. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-linux-arm@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-linux-arm):
  128. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-linux-arm@2.2.8: wanted {"os":"linux","arch":"arm"} (current: {"os":"win32","arch":"x64"})
  129. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-freebsd-x64@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-freebsd-x64):
  130. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-freebsd-x64@2.2.8: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"win32","arch":"x64"})
  131. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/ngrok-bin-freebsd-ia32@2.2.8 (node_modules\expo-cli\node_modules\@expo\ngrok-bin-freebsd-ia32):
  132. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/ngrok-bin-freebsd-ia32@2.2.8: wanted {"os":"freebsd","arch":"ia32"} (current: {"os":"win32","arch":"x64"})
  133.  
  134. + expo-cli@3.11.7
  135. added 1505 packages from 926 contributors in 289.035s
  136.  
  137. C:\Users\fmi>expo whoami
  138. 'expo' is not recognized as an internal or external command,
  139. operable program or batch file.
  140.  
  141. C:\Users\fmi>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement