我在Windows 8.1上运行meteor项目,在尝试在模拟器上运行项目时,我首先通过webstorm终端中的命令 adb devices 检查连接设备的可用性,结果是:< / p>
D:\WebstormProjects\geo_mobile\meteormobile>adb devices
List of devices attached
emulator-5554 device
现在当我通过命令 meteor run android 运行项目时,出现错误:
D:\WebstormProjects\geo_mobile\meteormobile>meteor run android
[[[[[ ~\D\WebstormProjects\geo_mobile\meteormobile ]]]]]
=> Started proxy.
=> Started MongoDB.
% apple-ios version check failed ("D:\WebstormProjects\geo_mobile\meteormobile\.meteor\local\cordova-build\platforms\ios\cordova\apple_ios_version"), continuing anyways.
% apple-ios version check failed ("D:\WebstormProjects\geo_mobile\meteormobile\.meteor\local\cordova-build\platforms\ios\cordova\apple_ios_version"), continuing anyways.
% apple-xcode version check failed ("D:\WebstormProjects\geo_mobile\meteormobile\.meteor\local\cordova-build\platforms\ios\cordova\apple_xcode_version"), continuing anyways.
=> Errors executing Cordova commands:
While adding plugin https://github.com/jeduan/cordova-plugin-facebook4.git#b3270c85a30135d16ffcfa696a3d2dbeb60aa156 to Cordova project:
Cordova error: Failed to fetch plugin https://github.com/jeduan/cordova-plugin-facebook4.git via git.
Either there is a connection problems, or plugin spec is incorrect:
Error: C:\Users\Dell\AppData\Local\Programs\Git\cmd\git.exe: Command failed with exit code 128 Error output:
Cloning into 'C:\Users\Dell\AppData\Local\Temp\git\1462798663667'...
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; result=56, HTTP code = 200
(If the error message contains suggestions for a fix, note that this may not apply to the Meteor integration. You can try running again with the --verbose option to help
diagnose the issue.)
C:\Users\Dell\AppData\Local\.meteor\packages\meteor-tool\1.3.2_4\mt-os.windows.x86_32\isopackets\cordova-support\npm\node_modules\meteor\promise\node_modules\meteor-promise\promise_ser
ver.js:116
throw error;
^
ExitWithCode:1
&#13;
我坚持下去,任何帮助都会受到高度赞赏。 感谢